[Scipy-svn] r5411 - branches/0.7.x/scipy/weave

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Jan 9 05:15:59 EST 2009


Author: cdavid
Date: 2009-01-09 04:15:55 -0600 (Fri, 09 Jan 2009)
New Revision: 5411

Modified:
   branches/0.7.x/scipy/weave/build_tools.py
Log:
Fix indentation.

Modified: branches/0.7.x/scipy/weave/build_tools.py
===================================================================
--- branches/0.7.x/scipy/weave/build_tools.py	2009-01-09 02:17:30 UTC (rev 5410)
+++ branches/0.7.x/scipy/weave/build_tools.py	2009-01-09 10:15:55 UTC (rev 5411)
@@ -374,7 +374,7 @@
         import distutils.msvccompiler
         try:
             cc = distutils.msvccompiler.MSVCCompiler()
-	    cc.initialize()
+            cc.initialize()
             p = subprocess.Popen([cc.cc])
             result = 1
         except distutils.errors.DistutilsPlatformError:




More information about the Scipy-svn mailing list