Created
August 14, 2014 17:30
-
-
Save williamstein/49fc9a2857c89f099f69 to your computer and use it in GitHub Desktop.
for http://stackoverflow.com/questions/25310960/invalid-syntax-error-at-the-end-of-a-concatenated-list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ python | |
Python 2.7.6 (default, Mar 22 2014, 22:59:56) | |
[GCC 4.8.2] on linux2 | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import regs_180k_200k_conca | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
File "regs_180k_200k_conca.py", line 5484 | |
^ | |
SyntaxError: invalid syntax | |
>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment