[pypy-commit] pypy remove-dict-smm: Remove unused imports.

Manuel Jacob noreply at buildbot.pypy.org
Tue May 14 17:20:51 CEST 2013


Author: Manuel Jacob
Branch: remove-dict-smm
Changeset: r64087:0cc10be8dbc8
Date: 2013-05-14 17:18 +0200
http://bitbucket.org/pypy/pypy/changeset/0cc10be8dbc8/

Log:	Remove unused imports.

diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py
--- a/pypy/objspace/std/dictmultiobject.py
+++ b/pypy/objspace/std/dictmultiobject.py
@@ -1,8 +1,7 @@
-import py, sys
 from pypy.objspace.std.model import registerimplementation, W_Object
 from pypy.objspace.std.register_all import register_all
 from pypy.objspace.std.settype import set_typedef as settypedef
-from pypy.objspace.std.stdtypedef import StdTypeDef, SMM
+from pypy.objspace.std.stdtypedef import StdTypeDef
 from pypy.objspace.std.frozensettype import frozenset_typedef as frozensettypedef
 from pypy.interpreter import gateway
 from pypy.interpreter.error import OperationError, operationerrfmt


More information about the pypy-commit mailing list