@ -15,7 +15,7 @@ stanzas = ' -o '.join(["-name '%s'" % x for x in patterns])
cmd = "find . -type f \\( %s \\) -print" % stanzas
if opts.fake:
print "files that would be deleted:"
print("files that would be deleted:")
else:
cmd += " -exec rm {} ';'";