]> granicus.if.org Git - python/commitdiff
Cosmetic fix to use print function.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Fri, 1 Oct 2010 10:48:47 +0000 (10:48 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Fri, 1 Oct 2010 10:48:47 +0000 (10:48 +0000)
PCbuild/build_ssl.py

index 7fbacaf59f3bdc2e68ced5f1a09dc04c31e7c151..bf0c4095cfb5cbedd2b757d5993d4a486197580e 100644 (file)
@@ -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