[pypy-svn] r10025 - pypy/dist/pypy/module/sys2

jacob at codespeak.net jacob at codespeak.net
Mon Mar 21 22:17:57 CET 2005


Author: jacob
Date: Mon Mar 21 22:17:57 2005
New Revision: 10025

Modified:
   pypy/dist/pypy/module/sys2/state.py
Log:
Reverted mistake in checkin

Modified: pypy/dist/pypy/module/sys2/state.py
==============================================================================
--- pypy/dist/pypy/module/sys2/state.py	(original)
+++ pypy/dist/pypy/module/sys2/state.py	Mon Mar 21 22:17:57 2005
@@ -27,7 +27,7 @@
 for fn in ['posix', 'nt', 'os2', 'mac', 'ce', 'riscos',
            'math', '_codecs', 'array',
            '_random', '_sre', 'time', '_socket', 'errno',
-           'parser']:
+           'binascii', 'parser']:
     if fn not in builtin_modules:
         try:
             builtin_modules[fn] = hack_cpython_module(fn)



More information about the Pypy-commit mailing list