projects
/
rss2email.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2eacf1
)
error: Import __*__ metadata (URL, author, email)
author
W. Trevor King
<wking@tremily.us>
Thu, 14 Feb 2013 13:28:35 +0000
(08:28 -0500)
committer
W. Trevor King
<wking@tremily.us>
Fri, 15 Feb 2013 14:19:56 +0000
(09:19 -0500)
These are used to format some of the log messages.
Signed-off-by: W. Trevor King <wking@tremily.us>
rss2email/error.py
patch
|
blob
|
history
diff --git
a/rss2email/error.py
b/rss2email/error.py
index 239361b898e1e17b3f2422a70e32b8f7d648d061..defd8f8745866bd5cf9a47e331e3707ee4d15607 100644
(file)
--- 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