Make script work with 2.5.

This commit is contained in:
Martin v. Löwis 2010-01-02 09:53:18 +00:00
parent f477b93d9d
commit 4b2c064ed8
1 changed files with 1 additions and 0 deletions

View 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