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

arigo at codespeak.net arigo at codespeak.net
Mon Mar 21 21:17:00 CET 2005


Author: arigo
Date: Mon Mar 21 21:16:59 2005
New Revision: 10019

Modified:
   pypy/dist/pypy/objspace/idhack.py
Log:
Typo.

But test_idhack and test_thunk cannot succeed unless you run them alone, for
the reason that we can't instantiate several StdObjSpace at the same time :-(



Modified: pypy/dist/pypy/objspace/idhack.py
==============================================================================
--- pypy/dist/pypy/objspace/idhack.py	(original)
+++ pypy/dist/pypy/objspace/idhack.py	Mon Mar 21 21:16:59 2005
@@ -12,7 +12,6 @@
 
 """
 
-import autopath
 from pypy.objspace import std
 from pypy.interpreter import gateway
 



More information about the Pypy-commit mailing list