[Zope3-checkins] CVS: Zope3/src/zope/app/mail - event.py:1.1.14.3
Albertas Agejevas
alga@codeworks.lt
Sun, 22 Jun 2003 10:45:17 -0400
Update of /cvs-repository/Zope3/src/zope/app/mail
In directory cvs.zope.org:/tmp/cvs-serv31730
Modified Files:
Tag: cw-mail-branch
event.py
Log Message:
Fixed a broken import.
=== Zope3/src/zope/app/mail/event.py 1.1.14.2 => 1.1.14.3 ===
--- Zope3/src/zope/app/mail/event.py:1.1.14.2 Sun Jun 22 10:23:15 2003
+++ Zope3/src/zope/app/mail/event.py Sun Jun 22 10:45:17 2003
@@ -16,7 +16,7 @@
$Id$
"""
from zope.interface import implements
-from zope.app.interfaces.mail import IMailSentEvent, MailErrorEvent
+from zope.app.interfaces.mail import IMailSentEvent, IMailErrorEvent
__metaclass__ = type
from zope.interface import implements