[pypy-svn] r36135 - pypy/dist/pypy/translator/goal

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Jan 3 21:22:27 CET 2007


Author: cfbolz
Date: Wed Jan  3 21:22:25 2007
New Revision: 36135

Modified:
   pypy/dist/pypy/translator/goal/targetpypystandalone.py
Log:
bad cf, no cookie: cut-n-paste error


Modified: pypy/dist/pypy/translator/goal/targetpypystandalone.py
==============================================================================
--- pypy/dist/pypy/translator/goal/targetpypystandalone.py	(original)
+++ pypy/dist/pypy/translator/goal/targetpypystandalone.py	Wed Jan  3 21:22:25 2007
@@ -146,7 +146,7 @@
     def get_entry_point(self, config):
         space = make_objspace(config)
 
-        if not self.config.objspace.std.oldstyle:
+        if not config.objspace.std.oldstyle:
             # disable translation of the whole of classobjinterp.py
             StdObjSpace.setup_old_style_classes = lambda self: None
 



More information about the Pypy-commit mailing list