diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-10-01 10:48:47 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-10-01 10:48:47 (GMT) |
commit | f5e607f25a41b06c07ee98ca9982b8bb1a986fb3 (patch) | |
tree | d51330ff91f192c8d3236e06f512d62f89b43035 /PCbuild | |
parent | b643fc6d6642ce130b7ec4dffe073301c39c17c0 (diff) | |
download | cpython-f5e607f25a41b06c07ee98ca9982b8bb1a986fb3.zip cpython-f5e607f25a41b06c07ee98ca9982b8bb1a986fb3.tar.gz cpython-f5e607f25a41b06c07ee98ca9982b8bb1a986fb3.tar.bz2 |
Cosmetic fix to use print function.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/build_ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/build_ssl.py b/PCbuild/build_ssl.py index 7fbacaf..bf0c409 100644 --- a/PCbuild/build_ssl.py +++ b/PCbuild/build_ssl.py @@ -1,4 +1,4 @@ -from __future__ import with_statement +from __future__ import with_statement, print_function # 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 |