New issue 100 by pascal.ursprung: Python >= 3.0 Support
http://code.google.com/p/flyback/issues/detail?id=100
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()