rss2email: work around pickle.load() messing with LOG.
authorW. Trevor King <wking@tremily.us>
Thu, 18 Oct 2012 16:06:30 +0000 (12:06 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 18 Oct 2012 16:06:34 +0000 (12:06 -0400)
commitb9ffb292bf75f3522ba73d2c116c8942302298bf
tree4fa86891cede01559ecae6ad0b18669d394681c4
parentfd211e7876d06813c778a556f1c24751f6758142
rss2email: work around pickle.load() messing with LOG.

I'm not sure why this is happening yet, but _pickle.load() is
duplicating the StreamHandlers in LOG and resetting the log level to
ERROR.  Work around that by saving the original level/handlers and
restoring them after the load() call.
I haven't figured out why this happens yet.
rss2email.py