summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/mod_mail_summary.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/elog/mod_mail_summary.py')
-rw-r--r--pym/portage/elog/mod_mail_summary.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/pym/portage/elog/mod_mail_summary.py b/pym/portage/elog/mod_mail_summary.py
index dc0143c82..adffd4640 100644
--- a/pym/portage/elog/mod_mail_summary.py
+++ b/pym/portage/elog/mod_mail_summary.py
@@ -3,10 +3,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-import portage.mail, socket, os, time
+import portage
from portage.exception import PortageException
from portage.localization import _
from portage.util import writemsg
+from portage import os
+
+import socket
+import time
_items = {}
def process(mysettings, key, logentries, fulltext):