[pypy-commit] pypy default: kill some unused imports here

gutworth noreply at buildbot.pypy.org
Tue May 24 00:54:26 CEST 2011


Author: Benjamin Peterson <benjamin at python.org>
Branch: 
Changeset: r44388:bfb52b0db5ea
Date: 2011-05-23 17:50 -0500
http://bitbucket.org/pypy/pypy/changeset/bfb52b0db5ea/

Log:	kill some unused imports here

diff --git a/pypy/module/__pypy__/interp_magic.py b/pypy/module/__pypy__/interp_magic.py
--- a/pypy/module/__pypy__/interp_magic.py
+++ b/pypy/module/__pypy__/interp_magic.py
@@ -1,10 +1,8 @@
 from pypy.interpreter.baseobjspace import ObjSpace, W_Root
-from pypy.interpreter.error import OperationError
 from pypy.interpreter.gateway import unwrap_spec
 from pypy.rlib.objectmodel import we_are_translated
 from pypy.objspace.std.typeobject import MethodCache
 from pypy.objspace.std.mapdict import IndexCache
-from pypy.module._file.interp_file import W_File
 
 
 def internal_repr(space, w_object):


More information about the pypy-commit mailing list