[pypy-svn] r23540 - pypy/dist/pypy/rpython/memory

mwh at codespeak.net mwh at codespeak.net
Tue Feb 21 13:42:07 CET 2006


Author: mwh
Date: Tue Feb 21 13:42:05 2006
New Revision: 23540

Modified:
   pypy/dist/pypy/rpython/memory/gctransform.py
Log:
remove no-longer-needed import


Modified: pypy/dist/pypy/rpython/memory/gctransform.py
==============================================================================
--- pypy/dist/pypy/rpython/memory/gctransform.py	(original)
+++ pypy/dist/pypy/rpython/memory/gctransform.py	Tue Feb 21 13:42:05 2006
@@ -7,7 +7,6 @@
 from pypy.annotation import model as annmodel
 from pypy.rpython import rmodel, objectmodel, rptr, annlowlevel
 from pypy.rpython.memory import gc, lladdress
-from pypy.rpython.normalizecalls import perform_normalizations
 import sets, os
 
 """



More information about the Pypy-commit mailing list