[pypy-svn] r51414 - pypy/branch/jit-refactoring/pypy/jit/rainbow/test
arigo at codespeak.net
arigo at codespeak.net
Tue Feb 12 17:44:59 CET 2008
Author: arigo
Date: Tue Feb 12 17:44:57 2008
New Revision: 51414
Modified:
pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_interpreter.py
Log:
I love pyc files
Modified: pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_interpreter.py
==============================================================================
--- pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_interpreter.py (original)
+++ pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_interpreter.py Tue Feb 12 17:44:57 2008
@@ -7,7 +7,6 @@
from pypy.jit.rainbow.codewriter import BytecodeWriter, label, tlabel, assemble
from pypy.jit.codegen.llgraph.rgenop import RGenOp as LLRGenOp
from pypy.jit.rainbow.test.test_serializegraph import AbstractSerializationTest
-from pypy.jit.rainbow import bytecode
from pypy.jit.timeshifter import rtimeshift, rvalue
from pypy.rpython.lltypesystem import lltype, rstr
from pypy.rpython.llinterp import LLInterpreter
More information about the Pypy-commit
mailing list