-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
What steps will reproduce the problem?
1. execute the scripts
What is the expected output? What do you see instead?
Traceback (most recent call last):
File "/usr/bin/flyback", line 4, in <module>
import settings
File "/usr/share/flyback/settings.py", line 15
print PROGRAM_VERSION
^
SyntaxError: invalid syntax
Solution:
Recplace print with print()
Original issue reported on code.google.com by pascal.u...@gmail.com on 7 Jan 2011 at 10:21