From: Hirokazu Yamamoto Date: Fri, 1 Oct 2010 10:48:47 +0000 (+0000) Subject: Cosmetic fix to use print function. X-Git-Tag: v2.7.1rc1~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5e607f25a41b06c07ee98ca9982b8bb1a986fb3;p=python Cosmetic fix to use print function. --- diff --git a/PCbuild/build_ssl.py b/PCbuild/build_ssl.py index 7fbacaf59f..bf0c4095cf 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