Author: Benjamin Peterson <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to