[Zope3-checkins] CVS: Zope3/src/zope/app/mail - mailer.py:1.2

Martijn Faassen m.faassen@vet.uu.nl
Thu, 1 May 2003 15:35:54 -0400


Update of /cvs-repository/Zope3/src/zope/app/mail
In directory cvs.zope.org:/tmp/cvs-serv30407/zope/app/mail

Modified Files:
	mailer.py 
Log Message:
Importgeddon part the second. Removed unused imports throughout the
source tree. This should have taken care of most unused imports
in Zope 3. :)


=== Zope3/src/zope/app/mail/mailer.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/mail/mailer.py:1.1	Wed Apr 16 09:45:43 2003
+++ Zope3/src/zope/app/mail/mailer.py	Thu May  1 15:35:23 2003
@@ -18,7 +18,6 @@
 $Id$
 """
 from smtplib import SMTP
-from time import sleep
 
 from zope.app.interfaces.mail import IMailer, IBatchMailer
 from zope.app.event import publish