Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r60190:0a7ee9d89700 Date: 2013-01-19 10:46 +0200 http://bitbucket.org/pypy/pypy/changeset/0a7ee9d89700/
Log: remove unused import diff --git a/pypy/rlib/rsre/test/test_zjit.py b/pypy/rlib/rsre/test/test_zjit.py --- a/pypy/rlib/rsre/test/test_zjit.py +++ b/pypy/rlib/rsre/test/test_zjit.py @@ -1,6 +1,5 @@ import py from pypy.jit.metainterp.test import support -from pypy.rlib.nonconst import NonConstant from pypy.rlib.rsre.test.test_match import get_code from pypy.rlib.rsre import rsre_core from pypy.rpython.lltypesystem import lltype _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
