##// END OF EJS Templates
remove __future__ import of print function
Terry Davis -
Show More
@@ -17,8 +17,6 b' requires utilities which are not available under Windows."""'
17 # The full license is in the file COPYING.rst, distributed with this software.
17 # The full license is in the file COPYING.rst, distributed with this software.
18 #-----------------------------------------------------------------------------
18 #-----------------------------------------------------------------------------
19
19
20 from __future__ import print_function
21
22 import os
20 import os
23 import sys
21 import sys
24
22
General Comments 0
You need to be logged in to leave comments. Login now