[pypy-commit] pypy default: Python 2.5 compat

arigo noreply at buildbot.pypy.org
Mon Oct 17 09:56:54 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r48112:d1b067df71bd
Date: 2011-10-17 09:56 +0200
http://bitbucket.org/pypy/pypy/changeset/d1b067df71bd/

Log:	Python 2.5 compat

diff --git a/pypy/jit/metainterp/test/test_resume.py b/pypy/jit/metainterp/test/test_resume.py
--- a/pypy/jit/metainterp/test/test_resume.py
+++ b/pypy/jit/metainterp/test/test_resume.py
@@ -1,3 +1,4 @@
+from __future__ import with_statement
 import py
 from pypy.rpython.lltypesystem import lltype, llmemory, rffi
 from pypy.jit.metainterp.optimizeopt.optimizer import OptValue


More information about the pypy-commit mailing list