[pypy-commit] pypy py3k: whoops (antocuni)

mattip noreply at buildbot.pypy.org
Sat Jul 14 10:48:36 CEST 2012


Author: mattip <matti.picus at gmail.com>
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


More information about the pypy-commit mailing list