[pypy-svn] r46479 - pypy/branch/cleanup-weakref/pypy/module/_weakref

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Sep 11 19:20:01 CEST 2007


Author: cfbolz
Date: Tue Sep 11 19:20:00 2007
New Revision: 46479

Modified:
   pypy/branch/cleanup-weakref/pypy/module/_weakref/interp__weakref.py
Log:
forgotten import


Modified: pypy/branch/cleanup-weakref/pypy/module/_weakref/interp__weakref.py
==============================================================================
--- pypy/branch/cleanup-weakref/pypy/module/_weakref/interp__weakref.py	(original)
+++ pypy/branch/cleanup-weakref/pypy/module/_weakref/interp__weakref.py	Tue Sep 11 19:20:00 2007
@@ -4,7 +4,6 @@
 from pypy.interpreter.error import OperationError
 from pypy.interpreter.typedef import GetSetProperty, TypeDef
 from pypy.interpreter.gateway import interp2app, ObjSpace
-from pypy.rpython.lltypesystem.llmemory import WEAKNULL
 import weakref
 
 



More information about the Pypy-commit mailing list