[pypy-svn] r70894 - pypy/branch/stringbuilder2/pypy/rpython/memory/gc

arigo at codespeak.net arigo at codespeak.net
Tue Jan 26 17:36:48 CET 2010


Author: arigo
Date: Tue Jan 26 17:36:48 2010
New Revision: 70894

Modified:
   pypy/branch/stringbuilder2/pypy/rpython/memory/gc/base.py
Log:
Remove unneeded import.


Modified: pypy/branch/stringbuilder2/pypy/rpython/memory/gc/base.py
==============================================================================
--- pypy/branch/stringbuilder2/pypy/rpython/memory/gc/base.py	(original)
+++ pypy/branch/stringbuilder2/pypy/rpython/memory/gc/base.py	Tue Jan 26 17:36:48 2010
@@ -1,6 +1,5 @@
 from pypy.rpython.lltypesystem import lltype, llmemory, llarena
 from pypy.rlib.debug import ll_assert
-from pypy.rlib.objectmodel import keepalive_until_here
 from pypy.rpython.memory.gcheader import GCHeaderBuilder
 from pypy.rpython.memory.support import DEFAULT_CHUNK_SIZE
 from pypy.rpython.memory.support import get_address_stack, get_address_deque



More information about the Pypy-commit mailing list