diff tests/printenv.py @ 10282:08a0f04b56bd

many, many trivial check-code fixups
author Matt Mackall <mpm@selenic.com>
date Mon, 25 Jan 2010 00:05:27 -0600
parents f60f6f41978e
children bb35840e965c
line wrap: on
line diff
--- a/tests/printenv.py	Mon Jan 25 00:05:22 2010 -0600
+++ b/tests/printenv.py	Mon Jan 25 00:05:27 2010 -0600
@@ -48,7 +48,8 @@
 
 out.write("%s hook: " % name)
 for v in env:
-    out.write("%s=%s " % (v, os.environ[v].replace(os.environ["HGTMP"], '$HGTMP')))
+    out.write("%s=%s " %
+              (v, os.environ[v].replace(os.environ["HGTMP"], '$HGTMP')))
 out.write("\n")
 out.close()