mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Use new print function (part of patch 1031)
This commit is contained in:
parent
7ade6485ab
commit
0117ffca63
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ if len(sys.argv) > 1:
|
||||||
path = sys.argv[1]
|
path = sys.argv[1]
|
||||||
|
|
||||||
npyc, npyo = deltree(path)
|
npyc, npyo = deltree(path)
|
||||||
print npyc, ".pyc deleted,", npyo, ".pyo deleted"
|
print(npyc, ".pyc deleted,", npyo, ".pyo deleted")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue