[pypy-commit] pypy py3k: fix for python 2.6

mattip noreply at buildbot.pypy.org
Sat Jul 14 10:38:11 CEST 2012


Author: mattip <matti.picus at gmail.com>
Branch: py3k
Changeset: r56075:c5d60a27b812
Date: 2012-07-14 18:37 +1000
http://bitbucket.org/pypy/pypy/changeset/c5d60a27b812/

Log:	fix for python 2.6

diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conftest.py
@@ -1,3 +1,4 @@
+from __future__ import print_option
 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