[pypy-commit] pypy default: Python 2.5 compat

arigo noreply at buildbot.pypy.org
Sat Dec 10 00:09:54 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r50331:eff9db9ac0c8
Date: 2011-12-09 22:23 +0100
http://bitbucket.org/pypy/pypy/changeset/eff9db9ac0c8/

Log:	Python 2.5 compat

diff --git a/pypy/jit/metainterp/test/test_fficall.py b/pypy/jit/metainterp/test/test_fficall.py
--- a/pypy/jit/metainterp/test/test_fficall.py
+++ b/pypy/jit/metainterp/test/test_fficall.py
@@ -1,3 +1,4 @@
+from __future__ import with_statement
 import py
 
 from pypy.jit.metainterp.test.support import LLJitMixin


More information about the pypy-commit mailing list