commit | 9abb96307fa707f3eb12c515cfa3407a56a33eb9 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Wed Jul 11 09:41:23 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Wed Jul 11 09:41:23 2007 +0000 |
tree | e7ddf0082ff191cef3b9a53de1f60f56550207ca | |
parent | 918d83056049a077989385ae4ff2618fc7b25a47 [diff] |
print() is a function now.
diff --git a/PCbuild/rmpyc.py b/PCbuild/rmpyc.py index 43c8576..a1e75bb 100644 --- a/PCbuild/rmpyc.py +++ b/PCbuild/rmpyc.py
@@ -22,4 +22,4 @@ return npyc, npyo npyc, npyo = deltree("../Lib") -print npyc, ".pyc deleted,", npyo, ".pyo deleted" +print(npyc, ".pyc deleted,", npyo, ".pyo deleted")