Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r53982:db33a634cb09 Date: 2012-03-26 13:16 +0200 http://bitbucket.org/pypy/pypy/changeset/db33a634cb09/
Log: Python 2.5 compat diff --git a/pypy/module/__pypy__/interp_time.py b/pypy/module/__pypy__/interp_time.py --- a/pypy/module/__pypy__/interp_time.py +++ b/pypy/module/__pypy__/interp_time.py @@ -1,3 +1,4 @@ +from __future__ import with_statement import sys from pypy.interpreter.error import exception_from_errno diff --git a/pypy/rlib/longlong2float.py b/pypy/rlib/longlong2float.py --- a/pypy/rlib/longlong2float.py +++ b/pypy/rlib/longlong2float.py @@ -6,6 +6,7 @@ in which it does not work. """ +from __future__ import with_statement from pypy.annotation import model as annmodel from pypy.rlib.rarithmetic import r_int64 from pypy.rpython.lltypesystem import lltype, rffi _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit