Author: Amaury Forgeot d'Arc <[email protected]> Branch: less-gettestobjspace Changeset: r58624:38f9de9ce11a Date: 2012-10-29 08:51 +0100 http://bitbucket.org/pypy/pypy/changeset/38f9de9ce11a/
Log: Remove extra import diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-python/conftest.py @@ -14,7 +14,7 @@ from pypy.interpreter.main import run_string, run_file # the following adds command line options as a side effect! -from pypy.conftest import gettestobjspace, option as pypy_option +from pypy.conftest import option as pypy_option from pypy.tool.pytest import appsupport from pypy.tool.pytest.confpath import pypydir, testdir, testresultdir _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
