##// END OF EJS Templates
restore __future__ to print error in Python 2
Paul Ivanov -
Show More
@@ -20,6 +20,7 b' requires utilities which are not available under Windows."""'
20 #-----------------------------------------------------------------------------
20 #-----------------------------------------------------------------------------
21 # Minimal Python version sanity check
21 # Minimal Python version sanity check
22 #-----------------------------------------------------------------------------
22 #-----------------------------------------------------------------------------
23 from __future__ import print_function
23
24
24 import sys
25 import sys
25
26
General Comments 0
You need to be logged in to leave comments. Login now