diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-08-09 23:17:23 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-08-09 23:17:23 +0000 |
commit | 0d963db9895d012e593f54307de6fa81e5dd80fb (patch) | |
tree | b98d7356ca8b196bdc3678ca00eeebb971dc9a98 | |
parent | Make everything safe for unicode (this should fix the elog modules that (diff) | |
download | portage-2.2_rc37.tar.gz portage-2.2_rc37.tar.bz2 portage-2.2_rc37.zip |
Remove unused import.v2.2_rc37
svn path=/main/trunk/; revision=13966
-rw-r--r-- | pym/portage/elog/mod_mail_summary.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage/elog/mod_mail_summary.py b/pym/portage/elog/mod_mail_summary.py index 90a6ed2f8..dc0143c82 100644 --- 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): |