[pypy-commit] pypy default: fix for 2.5

gutworth noreply at buildbot.pypy.org
Tue Jun 14 15:45:14 CEST 2011


Author: Benjamin Peterson <benjamin at python.org>
Branch: 
Changeset: r44938:7aedafa574f1
Date: 2011-06-14 08:41 -0500
http://bitbucket.org/pypy/pypy/changeset/7aedafa574f1/

Log:	fix for 2.5

diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py
--- a/pypy/module/_ssl/interp_ssl.py
+++ b/pypy/module/_ssl/interp_ssl.py
@@ -1,3 +1,4 @@
+from __future__ import with_statement
 from pypy.rpython.lltypesystem import rffi, lltype
 from pypy.interpreter.error import OperationError
 from pypy.interpreter.baseobjspace import W_Root, ObjSpace, Wrappable


More information about the pypy-commit mailing list