Author: Armin Rigo <[email protected]> Branch: Changeset: r49531:5019a28f7e6a Date: 2011-11-18 16:51 +0100 http://bitbucket.org/pypy/pypy/changeset/5019a28f7e6a/
Log: Python 2.5 compatibility. diff --git a/pypy/rpython/test/test_rbuilder.py b/pypy/rpython/test/test_rbuilder.py --- a/pypy/rpython/test/test_rbuilder.py +++ b/pypy/rpython/test/test_rbuilder.py @@ -1,3 +1,4 @@ +from __future__ import with_statement import py from pypy.rlib.rstring import StringBuilder, UnicodeBuilder _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
