[Scipy-svn] r5323 - trunk/scipy/weave

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Jan 4 08:26:18 EST 2009


Author: jarrod.millman
Date: 2009-01-04 07:26:17 -0600 (Sun, 04 Jan 2009)
New Revision: 5323

Modified:
   trunk/scipy/weave/build_tools.py
Log:
typo


Modified: trunk/scipy/weave/build_tools.py
===================================================================
--- trunk/scipy/weave/build_tools.py	2009-01-04 12:51:57 UTC (rev 5322)
+++ trunk/scipy/weave/build_tools.py	2009-01-04 13:26:17 UTC (rev 5323)
@@ -458,7 +458,7 @@
             # get_versions methods regex
             if self.gcc_version is None:
                 import re
-                p = subprocess.Popen(['gcc', ' -dumpversion']. shell=True,
+                p = subprocess.Popen(['gcc', ' -dumpversion'], shell=True,
                         stdout=subprocess.PIPE, close_fds=True)
                 out_string = p.stdout.read()
                 result = re.search('(\d+\.\d+)',out_string)




More information about the Scipy-svn mailing list