[pypy-svn] pypy default: add from __future__ import with_statement line

migueldvb commits-noreply at bitbucket.org
Mon Mar 14 19:29:41 CET 2011


Author: Miguel de Val Borro <miguel.deval at gmail.com>
Branch: 
Changeset: r42631:0902f8205eb2
Date: 2011-03-14 19:29 +0100
http://bitbucket.org/pypy/pypy/changeset/0902f8205eb2/

Log:	add from __future__ import with_statement line

diff --git a/pypy/rpython/memory/gc/env.py b/pypy/rpython/memory/gc/env.py
--- a/pypy/rpython/memory/gc/env.py
+++ b/pypy/rpython/memory/gc/env.py
@@ -6,6 +6,7 @@
 from pypy.rlib.debug import debug_print, debug_start, debug_stop
 from pypy.rpython.lltypesystem import lltype, rffi
 from pypy.rpython.lltypesystem.lloperation import llop
+from __future__ import with_statement
 
 # ____________________________________________________________
 # Reading env vars.  Supports returning ints, uints or floats,


More information about the Pypy-commit mailing list