tests/printenv.py
changeset 7186 f77c8d8331ca
parent 7080 a6477aa893b8
child 7787 b8d750daadde
--- a/tests/printenv.py	Mon Oct 20 14:52:58 2008 +0200
+++ b/tests/printenv.py	Mon Oct 20 14:57:04 2008 +0200
@@ -20,7 +20,7 @@
     import msvcrt
     msvcrt.setmode(sys.stdin.fileno(), os.O_BINARY)
     msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)
-    msvcrt.setmode(sys.stderr.fileno(), os.O_BINARY)        
+    msvcrt.setmode(sys.stderr.fileno(), os.O_BINARY)
 except ImportError:
     pass