Add missing sys import found by pyflakes.
authorZac Medico <zmedico@gentoo.org>
Sun, 18 Jun 2006 21:22:06 +0000 (21:22 -0000)
committerZac 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

index b3b3dd86d5c390391362a1a1b09d9e57dfeccf90..99ed77fda1640cbe9a629ba6d758cea36d864e17 100644 (file)
@@ -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