[pypy-svn] r29865 - pypy/dist/pypy/interpreter

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Jul 8 19:13:56 CEST 2006


Author: cfbolz
Date: Sat Jul  8 19:13:55 2006
New Revision: 29865

Modified:
   pypy/dist/pypy/interpreter/baseobjspace.py
Log:
remove tab


Modified: pypy/dist/pypy/interpreter/baseobjspace.py
==============================================================================
--- pypy/dist/pypy/interpreter/baseobjspace.py	(original)
+++ pypy/dist/pypy/interpreter/baseobjspace.py	Sat Jul  8 19:13:55 2006
@@ -231,7 +231,7 @@
 
         modules.extend(['unicodedata', '_codecs', 'gc', '_weakref',
                          'array', 'marshal', 'errno', 'math', '_sre'])
-	modules.append('_pickle_support')
+        modules.append('_pickle_support')
 
         if self.options.nofaking:
             modules.append('posix')



More information about the Pypy-commit mailing list