[Python-checkins] r77227 - python/trunk/PCbuild/build_ssl.py
martin.v.loewis
python-checkins at python.org
Sat Jan 2 10:53:18 CET 2010
Author: martin.v.loewis
Date: Sat Jan 2 10:53:18 2010
New Revision: 77227
Log:
Make script work with 2.5.
Modified:
python/trunk/PCbuild/build_ssl.py
Modified: python/trunk/PCbuild/build_ssl.py
==============================================================================
--- python/trunk/PCbuild/build_ssl.py (original)
+++ python/trunk/PCbuild/build_ssl.py Sat Jan 2 10:53:18 2010
@@ -1,3 +1,4 @@
+from __future__ import with_statement
# Script for building the _ssl and _hashlib modules for Windows.
# Uses Perl to setup the OpenSSL environment correctly
# and build OpenSSL, then invokes a simple nmake session
More information about the Python-checkins
mailing list