Author: Armin Rigo <ar...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to