From: W. Trevor King Date: Thu, 14 Feb 2013 13:28:35 +0000 (-0500) Subject: error: Import __*__ metadata (URL, author, email) X-Git-Tag: v3.1~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=381cb833e762436fda4bd81631244068eb51e447;p=rss2email.git error: Import __*__ metadata (URL, author, email) These are used to format some of the log messages. Signed-off-by: W. Trevor King --- diff --git a/rss2email/error.py b/rss2email/error.py index 239361b..defd8f8 100644 --- a/rss2email/error.py +++ b/rss2email/error.py @@ -18,6 +18,7 @@ """ from . import LOG as _LOG +from . import __version__, __url__, __email__ import pprint as _pprint