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

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Aug 30 17:26:19 CEST 2005


Author: cfbolz
Date: Tue Aug 30 17:26:18 2005
New Revision: 17088

Modified:
   pypy/dist/pypy/rpython/memory/gclltype.py
Log:
arggglll.


Modified: pypy/dist/pypy/rpython/memory/gclltype.py
==============================================================================
--- pypy/dist/pypy/rpython/memory/gclltype.py	(original)
+++ pypy/dist/pypy/rpython/memory/gclltype.py	Tue Aug 30 17:26:18 2005
@@ -4,7 +4,7 @@
 from pypy.rpython.lltype import GC_CONTAINER
 from pypy.rpython.lltype import Signed, Unsigned, Float, Char, Bool, Void
 from pypy.rpython.lltype import UniChar, Ptr, typeOf, InvalidCast
-
+from pypy.rpython.memory.convertlltype import FlowGraphConstantConverter
 from pypy.rpython.memory.lltypesimulation import cast_pointer, free
 from pypy.rpython.memory.lltypesimulation import simulatorptr as _ptr
 from pypy.rpython.memory.lltypesimulation import malloc, functionptr, nullptr



More information about the Pypy-commit mailing list