summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-01-02 09:53:18 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-01-02 09:53:18 (GMT)
commit4b2c064ed85eb8efa2ec6ecc0e0da7bdf0a48175 (patch)
tree34ba146d02edc2fca8a8c53b13c5533975e671bd /PCbuild
parentf477b93d9d7719c20076bccf516b957c4efd9b22 (diff)
downloadcpython-4b2c064ed85eb8efa2ec6ecc0e0da7bdf0a48175.zip
cpython-4b2c064ed85eb8efa2ec6ecc0e0da7bdf0a48175.tar.gz
cpython-4b2c064ed85eb8efa2ec6ecc0e0da7bdf0a48175.tar.bz2
Make script work with 2.5.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/build_ssl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/build_ssl.py b/PCbuild/build_ssl.py
index f613836..7fbacaf 100644
--- a/PCbuild/build_ssl.py
+++ b/PCbuild/build_ssl.py
@@ -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