[pypy-svn] pypy default: 2.5 compat

arigo commits-noreply at bitbucket.org
Mon Feb 14 18:30:46 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r41915:6f806be8838c
Date: 2011-02-14 18:29 +0100
http://bitbucket.org/pypy/pypy/changeset/6f806be8838c/

Log:	2.5 compat

diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py
--- a/pypy/module/_file/test/test_file.py
+++ b/pypy/module/_file/test/test_file.py
@@ -1,3 +1,4 @@
+from __future__ import with_statement
 import py
 
 from pypy.conftest import gettestobjspace, option


More information about the Pypy-commit mailing list