Commit 125700ad authored by Guido van Rossum's avatar Guido van Rossum

Instead of printint, use self.message() or self.note().

parent 0fd9408c
This diff is collapsed.
......@@ -76,7 +76,7 @@ class Sucker(webchecker.Checker):
f = open(path, "wb")
f.write(text)
f.close()
print "saved", path
self.message("saved %s", path)
def savefilename(self, url):
type, rest = urllib.splittype(url)
......
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