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

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Oct 17 06:38:30 EDT 2008


Author: cdavid
Date: 2008-10-17 05:38:23 -0500 (Fri, 17 Oct 2008)
New Revision: 4800

Modified:
   trunk/tools/win32/build_scripts/pavement.py
Log:
Trailing spaces.

Modified: trunk/tools/win32/build_scripts/pavement.py
===================================================================
--- trunk/tools/win32/build_scripts/pavement.py	2008-10-17 10:34:18 UTC (rev 4799)
+++ trunk/tools/win32/build_scripts/pavement.py	2008-10-17 10:38:23 UTC (rev 4800)
@@ -74,7 +74,7 @@
                 isdev = True
             else:
                 raise RuntimeError("isdev already set ?")
-            
+
     verstr = ".".join([str(i) for i in version])
     if isdev:
         verstr += ".dev"
@@ -82,7 +82,7 @@
     return verstr
 
 def get_svn_version(chdir):
-    out = subprocess.Popen(['svn', 'info'], 
+    out = subprocess.Popen(['svn', 'info'],
                            stdout = subprocess.PIPE, cwd = chdir).communicate()[0]
     r = re.compile('Revision: ([0-9]+)')
     svnver = None




More information about the Scipy-svn mailing list