[pypy-svn] r39051 - pypy/release/0.99.x/pypy/tool

hpk at codespeak.net hpk at codespeak.net
Fri Feb 16 22:29:44 CET 2007


Author: hpk
Date: Fri Feb 16 22:29:43 2007
New Revision: 39051

Modified:
   pypy/release/0.99.x/pypy/tool/makerelease.py
Log:
subst TAB with spaces


Modified: pypy/release/0.99.x/pypy/tool/makerelease.py
==============================================================================
--- pypy/release/0.99.x/pypy/tool/makerelease.py	(original)
+++ pypy/release/0.99.x/pypy/tool/makerelease.py	Fri Feb 16 22:29:43 2007
@@ -77,7 +77,7 @@
         # Generate the html files.
         out = cexec("python2.4 ../test_all.py")
         # Remove any .pyc files created in the process
-	target.chdir()
+        target.chdir()
         out = cexec("find . -name '*.pyc' -print0 | xargs -0 -r rm")
     finally:
         old.chdir()



More information about the Pypy-commit mailing list