[pypy-commit] pypy py3k: oops

pjenvey noreply at buildbot.pypy.org
Fri Oct 31 19:31:42 CET 2014


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r74315:0b01afcf153a
Date: 2014-10-31 10:34 -0700
http://bitbucket.org/pypy/pypy/changeset/0b01afcf153a/

Log:	oops

diff --git a/pypy/objspace/std/test/test_complexobject.py b/pypy/objspace/std/test/test_complexobject.py
--- a/pypy/objspace/std/test/test_complexobject.py
+++ b/pypy/objspace/std/test/test_complexobject.py
@@ -1,4 +1,6 @@
 # -*- encoding: utf-8 -*-
+from __future__ import print_function
+
 import py
 
 from pypy.objspace.std.complexobject import W_ComplexObject, _split_complex


More information about the pypy-commit mailing list