Author: mattip <[email protected]> Branch: py3k Changeset: r56076:c09f6f3beb81 Date: 2012-07-14 18:47 +1000 http://bitbucket.org/pypy/pypy/changeset/c09f6f3beb81/
Log: whoops (antocuni) diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -1,4 +1,4 @@ -from __future__ import print_option +from __future__ import print_function import py, pytest, sys, os, textwrap, types from pypy.interpreter.gateway import app2interp_temp from pypy.interpreter.error import OperationError _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
