Author: Philip Jenvey <[email protected]> Branch: py3k Changeset: r58795:3ec4bfef2e23 Date: 2012-11-08 12:11 -0800 http://bitbucket.org/pypy/pypy/changeset/3ec4bfef2e23/
Log: missing imports diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py --- a/pypy/tool/pytest/apptest.py +++ b/pypy/tool/pytest/apptest.py @@ -11,8 +11,10 @@ from pypy.interpreter.gateway import app2interp_temp from pypy.interpreter.error import OperationError from pypy.interpreter.function import Method +from pypy.tool import runsubprocess from pypy.tool.pytest import appsupport from pypy.tool.pytest.objspace import gettestobjspace +from pypy.tool.udir import udir from pypy.conftest import PyPyClassCollector from inspect import getmro _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
