[Scipy-svn] r4804 - trunk/tools/win32/build_scripts

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Oct 21 01:09:30 EDT 2008


Author: cdavid
Date: 2008-10-21 00:09:27 -0500 (Tue, 21 Oct 2008)
New Revision: 4804

Modified:
   trunk/tools/win32/build_scripts/pavement.py
Log:
Cosmetic change to pavement file.

Modified: trunk/tools/win32/build_scripts/pavement.py
===================================================================
--- trunk/tools/win32/build_scripts/pavement.py	2008-10-21 04:04:36 UTC (rev 4803)
+++ trunk/tools/win32/build_scripts/pavement.py	2008-10-21 05:09:27 UTC (rev 4804)
@@ -124,7 +124,8 @@
 
 def get_svn_version(chdir):
     out = subprocess.Popen(['svn', 'info'],
-                           stdout = subprocess.PIPE, cwd = chdir).communicate()[0]
+                           stdout = subprocess.PIPE, 
+                           cwd = chdir).communicate()[0]
     r = re.compile('Revision: ([0-9]+)')
     svnver = None
     for line in out.split('\n'):




More information about the Scipy-svn mailing list