sethumadhavan / apv

Automatically exported from code.google.com/p/apv
GNU General Public License v3.0
0 stars 0 forks source link

pjpp.py has syntax error when run with python 2.6 #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
6f80b9b6af98 (tip):

$ python pjpp.py   File "pjpp.py", line 9
    configurations = {'lite', 'pro'}
                            ^
SyntaxError: invalid syntax

Not every distro has python 2.7, so why wouldn't you use set() instead? Thanks.

Original issue reported on code.google.com by pmis...@gmail.com on 24 Feb 2012 at 3:23