Issue 100 in flyback: Python >= 3.0 Support

8 views
Skip to first unread message

codesite...@google.com

unread,
Jan 7, 2011, 5:21:56 AM1/7/11
to flyback...@googlegroups.com
Status: New
Owner: ----

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()

Reply all
Reply to author
Forward
0 new messages