[Zope-Checkins] CVS: Zope/lib/python/Products/MailHost - MailHost.py:1.74.6.2
Martijn Pieters
mj@zope.com
Sat, 12 Oct 2002 12:43:28 -0400
Update of /cvs-repository/Zope/lib/python/Products/MailHost
In directory cvs.zope.org:/tmp/cvs-serv32007/lib/python/Products/MailHost
Modified Files:
Tag: Zope-2_6-branch
MailHost.py
Log Message:
Add missing import and changelog entry.
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.74.6.1 => 1.74.6.2 ===
--- Zope/lib/python/Products/MailHost/MailHost.py:1.74.6.1 Fri Oct 11 10:29:18 2002
+++ Zope/lib/python/Products/MailHost/MailHost.py Sat Oct 12 12:43:27 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"