[pypy-svn] r22682 - pypy/branch/jit-refactoring/pypy/rpython/test

pedronis at codespeak.net pedronis at codespeak.net
Thu Jan 26 14:02:50 CET 2006


Author: pedronis
Date: Thu Jan 26 14:02:48 2006
New Revision: 22682

Modified:
   pypy/branch/jit-refactoring/pypy/rpython/test/test_rlist.py
Log:
remove unncessary import



Modified: pypy/branch/jit-refactoring/pypy/rpython/test/test_rlist.py
==============================================================================
--- pypy/branch/jit-refactoring/pypy/rpython/test/test_rlist.py	(original)
+++ pypy/branch/jit-refactoring/pypy/rpython/test/test_rlist.py	Thu Jan 26 14:02:48 2006
@@ -1,6 +1,5 @@
 import sys
 from pypy.rpython.lltypesystem.lltype import *
-from pypy.rpython.rtyper import LowLevelOpList
 from pypy.rpython.rlist import *
 from pypy.rpython.rslice import ll_newslice
 from pypy.rpython.rint import signed_repr



More information about the Pypy-commit mailing list