[pypy-svn] r74702 - pypy/trunk/pypy/rlib

benjamin at codespeak.net benjamin at codespeak.net
Mon May 24 00:55:52 CEST 2010


Author: benjamin
Date: Mon May 24 00:55:51 2010
New Revision: 74702

Modified:
   pypy/trunk/pypy/rlib/rweakref.py
Log:
ref isn't used

Modified: pypy/trunk/pypy/rlib/rweakref.py
==============================================================================
--- pypy/trunk/pypy/rlib/rweakref.py	(original)
+++ pypy/trunk/pypy/rlib/rweakref.py	Mon May 24 00:55:51 2010
@@ -5,7 +5,6 @@
 """
 
 import weakref
-from weakref import ref
 
 
 class RWeakValueDictionary(object):



More information about the Pypy-commit mailing list