projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7608f97
)
Remove unused import.
v2.2_rc37
author
Zac Medico
<zmedico@gentoo.org>
Sun, 9 Aug 2009 23:17:23 +0000
(23:17 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 9 Aug 2009 23:17:23 +0000
(23:17 -0000)
svn path=/main/trunk/; revision=13966
pym/portage/elog/mod_mail_summary.py
patch
|
blob
|
history
diff --git
a/pym/portage/elog/mod_mail_summary.py
b/pym/portage/elog/mod_mail_summary.py
index 90a6ed2f895f5828d217047f78bb539523cf4f84..dc0143c82ff470f43c05bb5a223bb50b919e1cd6 100644
(file)
--- a/
pym/portage/elog/mod_mail_summary.py
+++ b/
pym/portage/elog/mod_mail_summary.py
@@
-7,7
+7,6
@@
import portage.mail, socket, os, time
from portage.exception import PortageException
from portage.localization import _
from portage.util import writemsg
-from email.MIMEText import MIMEText as TextMessage
_items = {}
def process(mysettings, key, logentries, fulltext):