aboutsummaryrefslogtreecommitdiff
path: root/PCbuild/rmpyc.py
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2007-07-11 09:41:23 +0000
committerThomas Heller <theller@ctypes.org>2007-07-11 09:41:23 +0000
commit9abb96307fa707f3eb12c515cfa3407a56a33eb9 (patch)
treee7ddf0082ff191cef3b9a53de1f60f56550207ca /PCbuild/rmpyc.py
parent918d83056049a077989385ae4ff2618fc7b25a47 (diff)
downloadcpython3-9abb96307fa707f3eb12c515cfa3407a56a33eb9.tar.gz
print() is a function now.
Diffstat (limited to 'PCbuild/rmpyc.py')
-rw-r--r--PCbuild/rmpyc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/rmpyc.py b/PCbuild/rmpyc.py
index 43c8576e79..a1e75bb7ae 100644
--- a/PCbuild/rmpyc.py
+++ b/PCbuild/rmpyc.py
@@ -22,4 +22,4 @@ def deltree(root):
return npyc, npyo
npyc, npyo = deltree("../Lib")
-print npyc, ".pyc deleted,", npyo, ".pyo deleted"
+print(npyc, ".pyc deleted,", npyo, ".pyo deleted")