Closed thijstriemstra closed 11 years ago
Pasting the quick start example into a python file and running it raises a SyntaxError because the dict isn't properly closed.
$ python convert.py File "convert.py", line 18 }) ^ SyntaxError: invalid syntax
Hey @thijstriemstra thanks for reporting this.
I just merged a fix for this in PR #36.
Pasting the quick start example into a python file and running it raises a SyntaxError because the dict isn't properly closed.