[pypy-svn] r19062 - pypy/dist/pypy/objspace/std

mwh at codespeak.net mwh at codespeak.net
Thu Oct 27 12:13:04 CEST 2005


Author: mwh
Date: Thu Oct 27 12:13:03 2005
New Revision: 19062

Modified:
   pypy/dist/pypy/objspace/std/dictproxytype.py
Log:
another unnecessary import!


Modified: pypy/dist/pypy/objspace/std/dictproxytype.py
==============================================================================
--- pypy/dist/pypy/objspace/std/dictproxytype.py	(original)
+++ pypy/dist/pypy/objspace/std/dictproxytype.py	Thu Oct 27 12:13:03 2005
@@ -1,5 +1,4 @@
 from pypy.objspace.std.stdtypedef import *
-from pypy.objspace.std.register_all import register_all
 from pypy.interpreter.error import OperationError
 
 # ____________________________________________________________



More information about the Pypy-commit mailing list