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

Reply via email to