Replace use of print with Python's logging infrastructure.
authorNeal H. Walfield <neal@walfield.org>
Mon, 22 Aug 2011 19:28:36 +0000 (21:28 +0200)
committerNeal H. Walfield <neal@walfield.org>
Tue, 23 Aug 2011 16:10:49 +0000 (18:10 +0200)
commit7e377bcff562d2adecf923e4871101e6f46a3a64
tree66494a9f4877bec38473493c6fdf9548c82134a6
parentca6f63b481b243c8e4167001e458c92dd20b3df0
Replace use of print with Python's logging infrastructure.
12 files changed:
Makefile
src/FeedingIt-Web.py
src/FeedingIt.py
src/config.py
src/httpprogresshandler.py
src/jobmanager.py
src/mainthread.py
src/opml.py
src/rss.py
src/rss_sqlite.py
src/update_feeds.py
src/wc.py