[pypy-svn] r15751 - pypy/dist/pypy/module/_sre

arigo at codespeak.net arigo at codespeak.net
Sun Aug 7 22:47:37 CEST 2005


Author: arigo
Date: Sun Aug  7 22:47:35 2005
New Revision: 15751

Modified:
   pypy/dist/pypy/module/_sre/__init__.py
Log:
Typo.


Modified: pypy/dist/pypy/module/_sre/__init__.py
==============================================================================
--- pypy/dist/pypy/module/_sre/__init__.py	(original)
+++ pypy/dist/pypy/module/_sre/__init__.py	Sun Aug  7 22:47:35 2005
@@ -6,7 +6,7 @@
         '__name__':       'app_sre.__name__',
         '__doc__':        'app_sre.__doc__',
         'CODESIZE':       'app_sre.CODESIZE',
-        'MAGIC':          'app_sre.CODESIZE',
+        'MAGIC':          'app_sre.MAGIC',
         'copyright':      'app_sre.copyright',
         'compile':        'app_sre.compile',
         'getcodesize':    'app_sre.getcodesize',



More information about the Pypy-commit mailing list