Skip to content
Snippets Groups Projects
Commit e23d86ca authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-13792: Cannot mix print statement and print function.

'from __future__ import print_function' not only makes the print() function
available, it also makes the Python 2 print statement invalid syntax. Until we
merge with the Python 3 branch (soon!), don't import print_function: instead
revert to 'print >> sys.stderr' statements.
parent b7c4e27d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment