[pypy-svn] r73561 - pypy/branch/decouple-host-opcodes/pypy/interpreter/test

getxsick at codespeak.net getxsick at codespeak.net
Thu Apr 8 18:06:10 CEST 2010


Author: getxsick
Date: Thu Apr  8 18:06:09 2010
New Revision: 73561

Modified:
   pypy/branch/decouple-host-opcodes/pypy/interpreter/test/test_code.py
Log:
Remove redundant import

Modified: pypy/branch/decouple-host-opcodes/pypy/interpreter/test/test_code.py
==============================================================================
--- pypy/branch/decouple-host-opcodes/pypy/interpreter/test/test_code.py	(original)
+++ pypy/branch/decouple-host-opcodes/pypy/interpreter/test/test_code.py	Thu Apr  8 18:06:09 2010
@@ -1,6 +1,5 @@
 from pypy.conftest import gettestobjspace
 from pypy.interpreter import gateway
-from pypy.interpreter import baseobjspace
 import py
 
 class AppTestCodeIntrospection:



More information about the Pypy-commit mailing list