From: Martin v. Löwis Date: Sat, 2 Jan 2010 09:53:18 +0000 (+0000) Subject: Make script work with 2.5. X-Git-Tag: v2.7a2~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b2c064ed85eb8efa2ec6ecc0e0da7bdf0a48175;p=thirdparty%2FPython%2Fcpython.git Make script work with 2.5. --- diff --git a/PCbuild/build_ssl.py b/PCbuild/build_ssl.py index f6138361a675..7fbacaf59f3b 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