wting / flyback

Automatically exported from code.google.com/p/flyback
0 stars 0 forks source link

Python >= 3.0 Support #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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