[pypy-svn] rev 476 - pypy/trunk/src/pypy/interpreter

alex at codespeak.net alex at codespeak.net
Mon May 26 19:06:47 CEST 2003


Author: alex
Date: Mon May 26 19:06:44 2003
New Revision: 476

Modified:
   pypy/trunk/src/pypy/interpreter/extmodule.py
Log:
refactored a from



Modified: pypy/trunk/src/pypy/interpreter/extmodule.py
==============================================================================
--- pypy/trunk/src/pypy/interpreter/extmodule.py	(original)
+++ pypy/trunk/src/pypy/interpreter/extmodule.py	Mon May 26 19:06:44 2003
@@ -1,4 +1,4 @@
-import pycode
+from pypy.interpreter import pycode
 import appfile
 
 class appmethod(object):


More information about the Pypy-commit mailing list