[pypy-svn] r51853 - pypy/branch/jit-refactoring/pypy/jit/rainbow/test

arigo at codespeak.net arigo at codespeak.net
Mon Feb 25 15:01:31 CET 2008


Author: arigo
Date: Mon Feb 25 15:01:29 2008
New Revision: 51853

Modified:
   pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_portal.py
Log:
Unused import.


Modified: pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_portal.py
==============================================================================
--- pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_portal.py	(original)
+++ pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_portal.py	Mon Feb 25 15:01:29 2008
@@ -3,7 +3,6 @@
 from pypy import conftest
 from pypy.translator.translator import graphof
 from pypy.jit.timeshifter.test.test_timeshift import TestLLType as TSTestLLType, getargtypes
-from pypy.jit.rainbow.portal import PortalRewriter
 from pypy.jit.rainbow.test.test_interpreter import P_NOVIRTUAL, StopAtXPolicy
 from pypy.jit.rainbow.test.test_interpreter import hannotate, InterpretationTest
 from pypy.jit.rainbow.test.test_vlist import P_OOPSPEC



More information about the Pypy-commit mailing list