]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make script work with 2.5.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 2 Jan 2010 09:53:18 +0000 (09:53 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 2 Jan 2010 09:53:18 +0000 (09:53 +0000)
PCbuild/build_ssl.py

index f6138361a6752eca4998cd41a32556fa8637209b..7fbacaf59f3bdc2e68ced5f1a09dc04c31e7c151 100644 (file)
@@ -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