[Checkins] SVN: zc.buildout/branches/1.3/src/zc/buildout/testing.py Whitespace cleanup

Jim Fulton jim at zope.com
Wed Aug 12 16:24:58 EDT 2009


Log message for revision 102714:
  Whitespace cleanup
  

Changed:
  U   zc.buildout/branches/1.3/src/zc/buildout/testing.py

-=-
Modified: zc.buildout/branches/1.3/src/zc/buildout/testing.py
===================================================================
--- zc.buildout/branches/1.3/src/zc/buildout/testing.py	2009-08-12 20:17:49 UTC (rev 102713)
+++ zc.buildout/branches/1.3/src/zc/buildout/testing.py	2009-08-12 20:24:58 UTC (rev 102714)
@@ -121,7 +121,9 @@
     here = os.getcwd()
     try:
         os.chdir(d)
-        os.spawnle(os.P_WAIT, executable, zc.buildout.easy_install._safe_arg (executable), setup, *args)
+        os.spawnle(os.P_WAIT, executable,
+                   zc.buildout.easy_install._safe_arg(executable),
+                   setup, *args)
         if os.path.exists('build'):
             rmtree('build')
     finally:



More information about the Checkins mailing list