[pypy-svn] pypy default: 2.5 compatibility.

arigo commits-noreply at bitbucket.org
Wed Jan 19 18:42:06 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r40948:733af704881e
Date: 2011-01-19 18:36 +0100
http://bitbucket.org/pypy/pypy/changeset/733af704881e/

Log:	2.5 compatibility.

diff --git a/pypy/objspace/std/test/test_newformat.py b/pypy/objspace/std/test/test_newformat.py
--- a/pypy/objspace/std/test/test_newformat.py
+++ b/pypy/objspace/std/test/test_newformat.py
@@ -1,4 +1,5 @@
 """Test unicode/str's format method"""
+from __future__ import with_statement
 
 
 class BaseStringFormatTests:


More information about the Pypy-commit mailing list