summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/mod_mail_summary.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-08-14 22:27:01 +0000
committerZac Medico <zmedico@gentoo.org>2009-08-14 22:27:01 +0000
commitfbac2506e4b508ee510c4a15835dcd99a5e5877e (patch)
tree4749e1f162d5e6d7ff955dc513cc6c74fb0c1e5e /pym/portage/elog/mod_mail_summary.py
parent226a52844f6967720a1e4509aceaeb76557593ad (diff)
downloadportage-fbac2506e4b508ee510c4a15835dcd99a5e5877e.tar.gz
portage-fbac2506e4b508ee510c4a15835dcd99a5e5877e.tar.bz2
portage-fbac2506e4b508ee510c4a15835dcd99a5e5877e.zip
Update imports to import portage.os (with unicode wrappers).
svn path=/main/trunk/; revision=14051
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):