Author: Alexander Hesse <webmas...@aquanasoft.de> Branch: Changeset: r60270:41fc75f90447 Date: 2013-01-21 09:03 +0100 http://bitbucket.org/pypy/pypy/changeset/41fc75f90447/
Log: Fixed wrong import path diff --git a/pypy/interpreter/test2/test_app_main.py b/pypy/interpreter/test2/test_app_main.py --- a/pypy/interpreter/test2/test_app_main.py +++ b/pypy/interpreter/test2/test_app_main.py @@ -84,7 +84,7 @@ def check(self, argv, **expected): import StringIO - from rpython.translator.goal import app_main + from pypy.interpreter import app_main saved_sys_argv = sys.argv[:] saved_sys_stdout = sys.stdout saved_sys_stderr = sys.stdout @@ -825,7 +825,7 @@ class TestAppMain: def test_print_info(self): - from rpython.translator.goal import app_main + from pypy.interpreter import app_main import sys, cStringIO prev_so = sys.stdout prev_ti = getattr(sys, 'pypy_translation_info', 'missing') _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit