Kaydet (Commit) 0117ffca authored tarafından Neal Norwitz's avatar Neal Norwitz

Use new print function (part of patch 1031)

üst 7ade6485
...@@ -27,4 +27,4 @@ if len(sys.argv) > 1: ...@@ -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")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment