[pypy-svn] r56522 - pypy/dist/pypy/module/zipimport

hpk at codespeak.net hpk at codespeak.net
Sun Jul 13 20:07:39 CEST 2008


Author: hpk
Date: Sun Jul 13 20:07:37 2008
New Revision: 56522

Modified:
   pypy/dist/pypy/module/zipimport/interp_zipimport.py
Log:
remove unused import


Modified: pypy/dist/pypy/module/zipimport/interp_zipimport.py
==============================================================================
--- pypy/dist/pypy/module/zipimport/interp_zipimport.py	(original)
+++ pypy/dist/pypy/module/zipimport/interp_zipimport.py	Sun Jul 13 20:07:37 2008
@@ -4,8 +4,6 @@
 from pypy.interpreter.error import OperationError, wrap_oserror
 from pypy.interpreter.gateway import interp2app
 from pypy.interpreter.typedef import TypeDef, GetSetProperty
-from pypy.interpreter.gateway import app2interp
-from pypy.interpreter.eval import Code
 from pypy.interpreter.module import Module
 from pypy.module.__builtin__ import importing
 from pypy.rlib.unroll import unrolling_iterable



More information about the Pypy-commit mailing list