projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
788e901
)
Add missing sys import found by pyflakes.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 18 Jun 2006 21:22:06 +0000
(21:22 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 18 Jun 2006 21:22:06 +0000
(21:22 -0000)
svn path=/main/trunk/; revision=3531
pym/portage_mail.py
patch
|
blob
|
history
diff --git
a/pym/portage_mail.py
b/pym/portage_mail.py
index b3b3dd86d5c390391362a1a1b09d9e57dfeccf90..99ed77fda1640cbe9a629ba6d758cea36d864e17 100644
(file)
--- a/
pym/portage_mail.py
+++ b/
pym/portage_mail.py
@@
-3,7
+3,7
@@
# Distributed under the terms of the GNU General Public License v2
# $Id: portage.py 3483 2006-06-10 21:40:40Z genone $
-import portage_exception, socket, smtplib, os, time
+import portage_exception, socket, smtplib, os,
sys,
time
from email.MIMEText import MIMEText as TextMessage
from email.MIMEMultipart import MIMEMultipart as MultipartMessage
from email.MIMEBase import MIMEBase as BaseMessage