[pypy-svn] r38236 - pypy/dist/pypy/objspace

arigo at codespeak.net arigo at codespeak.net
Fri Feb 9 12:56:16 CET 2007


Author: arigo
Date: Fri Feb  9 12:56:11 2007
New Revision: 38236

Modified:
   pypy/dist/pypy/objspace/thunk.py
Log:
Fix a not-really-broken-but-strange import.


Modified: pypy/dist/pypy/objspace/thunk.py
==============================================================================
--- pypy/dist/pypy/objspace/thunk.py	(original)
+++ pypy/dist/pypy/objspace/thunk.py	Fri Feb  9 12:56:11 2007
@@ -31,7 +31,7 @@
 from pypy.objspace.proxy import patch_space_in_place
 from pypy.interpreter import gateway, baseobjspace, argument
 from pypy.interpreter.error import OperationError
-from pypy.interpreter.typedef import Method
+from pypy.interpreter.function import Method
 
 # __________________________________________________________________________
 



More information about the Pypy-commit mailing list