[pypy-svn] r56350 - pypy/branch/2.5-features/pypy/module/symbol

bgola at codespeak.net bgola at codespeak.net
Mon Jul 7 15:30:52 CEST 2008


Author: bgola
Date: Mon Jul  7 15:30:50 2008
New Revision: 56350

Modified:
   pypy/branch/2.5-features/pypy/module/symbol/__init__.py
Log:
removing unuseful(?) line (hardcoded reference to 2.4)

Modified: pypy/branch/2.5-features/pypy/module/symbol/__init__.py
==============================================================================
--- pypy/branch/2.5-features/pypy/module/symbol/__init__.py	(original)
+++ pypy/branch/2.5-features/pypy/module/symbol/__init__.py	Mon Jul  7 15:30:50 2008
@@ -38,6 +38,3 @@
             Module.interpleveldefs[name] = 'space.wrap(%d)' % val
             sym_name[val] = name
     Module.interpleveldefs['sym_name'] = 'space.wrap(%r)' % (sym_name,)
-
-# This is very evil
-_init_symbols('2.4')



More information about the Pypy-commit mailing list