Author: Philip Jenvey <pjen...@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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit