[pypy-svn] r46480 - pypy/branch/cleanup-weakref/pypy/rpython/memory/test

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Sep 11 19:21:05 CEST 2007


Author: cfbolz
Date: Tue Sep 11 19:21:05 2007
New Revision: 46480

Modified:
   pypy/branch/cleanup-weakref/pypy/rpython/memory/test/test_address.py
Log:
another one


Modified: pypy/branch/cleanup-weakref/pypy/rpython/memory/test/test_address.py
==============================================================================
--- pypy/branch/cleanup-weakref/pypy/rpython/memory/test/test_address.py	(original)
+++ pypy/branch/cleanup-weakref/pypy/rpython/memory/test/test_address.py	Tue Sep 11 19:21:05 2007
@@ -9,7 +9,7 @@
 from pypy.rpython.memory.lladdress import _address, NULL
 from pypy.rpython.memory.lladdress import raw_malloc, raw_free, raw_memcopy
 from pypy.rpython.memory.lladdress import get_py_object, get_address_of_object
-from pypy.rpython.lltypesystem.llmemory import Address, NullAddressError, WEAKNULL
+from pypy.rpython.lltypesystem.llmemory import Address, NullAddressError
 from pypy.rpython.memory.simulator import MemorySimulatorError
 from pypy.rpython.memory.test.test_llinterpsim import interpret
 from pypy.rpython.lltypesystem import lltype



More information about the Pypy-commit mailing list