##// END OF EJS Templates
setup: make script executable with python3...
Simon Heimberg -
r15492:36f076d0 default
parent child Browse files
Show More
@@ -44,7 +44,7 b' except:'
44 44 pass
45 45
46 46 if isironpython:
47 print "warning: IronPython detected (no bz2 support)"
47 sys.stderr.write("warning: IronPython detected (no bz2 support)\n")
48 48 else:
49 49 try:
50 50 import bz2
General Comments 0
You need to be logged in to leave comments. Login now