[Zope-Checkins] CVS: Zope/lib/python/Products/MailHost - MailHost.py:1.76
Martijn Pieters
mj@zope.com
Sat, 12 Oct 2002 12:42:15 -0400
Update of /cvs-repository/Zope/lib/python/Products/MailHost
In directory cvs.zope.org:/tmp/cvs-serv31699/lib/python/Products/MailHost
Modified Files:
MailHost.py
Log Message:
Add missing import.
Ahem, *cough*: "Please run the test suite before checking in a change! At
the very least run the tests for the package you changed."
=== Zope/lib/python/Products/MailHost/MailHost.py 1.75 => 1.76 ===
--- Zope/lib/python/Products/MailHost/MailHost.py:1.75 Fri Oct 11 10:05:30 2002
+++ Zope/lib/python/Products/MailHost/MailHost.py Sat Oct 12 12:42:14 2002
@@ -24,6 +24,7 @@
from AccessControl import ClassSecurityInfo
from AccessControl.Permissions import view_management_screens, \
use_mailhost_services
+from DateTime import DateTime
smtpError = "SMTP Error"
MailHostError = "MailHost Error"