mirror of
https://github.com/python/cpython.git
synced 2025-08-21 17:25:34 +00:00
Cosmetic fix to use print function.
This commit is contained in:
parent
b643fc6d66
commit
f5e607f25a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
# Script for building the _ssl and _hashlib modules for Windows.
|
||||||
# Uses Perl to setup the OpenSSL environment correctly
|
# Uses Perl to setup the OpenSSL environment correctly
|
||||||
# and build OpenSSL, then invokes a simple nmake session
|
# and build OpenSSL, then invokes a simple nmake session
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue