Commit d52d26b4 authored by Neal Norwitz's avatar Neal Norwitz

Use new print function (part of patch 1031)

parent d1897736
......@@ -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")
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