##// END OF EJS Templates
tests: fix printenv script on Python 3...
Augie Fackler -
r38315:42f3a277 default
parent child Browse files
Show More
@@ -26,6 +26,7 b' except ImportError:'
26 26
27 27 exitcode = 0
28 28 out = sys.stdout
29 out = getattr(out, 'buffer', out)
29 30
30 31 name = sys.argv[1]
31 32 if len(sys.argv) > 2:
General Comments 0
You need to be logged in to leave comments. Login now