[pypy-svn] pypy default: fix translation on 2.5

fijal commits-noreply at bitbucket.org
Thu Jan 20 18:09:32 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r41051:bf236928b43a
Date: 2011-01-20 19:09 +0200
http://bitbucket.org/pypy/pypy/changeset/bf236928b43a/

Log:	fix translation on 2.5

diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py
--- a/pypy/module/array/interp_array.py
+++ b/pypy/module/array/interp_array.py
@@ -1,3 +1,5 @@
+from __future__ import with_statement
+
 from pypy.interpreter.error import OperationError
 from pypy.interpreter.typedef import TypeDef, GetSetProperty, make_weakref_descr
 from pypy.rpython.lltypesystem import lltype, rffi


More information about the Pypy-commit mailing list