Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r57439:4013011a24c7
Date: 2012-09-20 19:42 +0200
http://bitbucket.org/pypy/pypy/changeset/4013011a24c7/

Log:    Python 2.5 compat

diff --git a/pypy/interpreter/test/test_syntax.py 
b/pypy/interpreter/test/test_syntax.py
--- a/pypy/interpreter/test/test_syntax.py
+++ b/pypy/interpreter/test/test_syntax.py
@@ -1,3 +1,4 @@
+from __future__ import with_statement
 import py
 from pypy.conftest import gettestobjspace
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to