Use new print function (part of patch 1031)
This commit is contained in:
parent
7ade6485ab
commit
0117ffca63
@ -27,4 +27,4 @@ if len(sys.argv) > 1:
|
||||
path = sys.argv[1]
|
||||
|
||||
npyc, npyo = deltree(path)
|
||||
print npyc, ".pyc deleted,", npyo, ".pyo deleted"
|
||||
print(npyc, ".pyc deleted,", npyo, ".pyo deleted")
|
||||
|
Loading…
x
Reference in New Issue
Block a user