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

pedronis at codespeak.net pedronis at codespeak.net
Thu Sep 29 16:12:29 CEST 2005


Author: pedronis
Date: Thu Sep 29 16:12:28 2005
New Revision: 17979

Modified:
   pypy/dist/pypy/translator/goal/targetcompiler.py
Log:
fix typo



Modified: pypy/dist/pypy/translator/goal/targetcompiler.py
==============================================================================
--- pypy/dist/pypy/translator/goal/targetcompiler.py	(original)
+++ pypy/dist/pypy/translator/goal/targetcompiler.py	Thu Sep 29 16:12:28 2005
@@ -26,7 +26,7 @@
 def target(options, args):
     global space, w_entry_point
 
-    geniterp = not getattr(options, 'lowmem', False)
+    geninterp = not getattr(options, 'lowmem', False)
     
     # disable translation of the whole of classobjinterp.py
     StdObjSpace.setup_old_style_classes = lambda self: None



More information about the Pypy-commit mailing list