Author: mattip <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to