From f5e607f25a41b06c07ee98ca9982b8bb1a986fb3 Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Fri, 1 Oct 2010 10:48:47 +0000 Subject: [PATCH] Cosmetic fix to use print function. --- PCbuild/build_ssl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/build_ssl.py b/PCbuild/build_ssl.py index 7fbacaf59f3..bf0c4095cfb 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