[Zope-Checkins] CVS: Products/PluginIndexes/DateIndex - DateIndex.py:1.12.2.7

Zachery Bir zbir at urbanape.com
Wed Aug 24 11:50:12 EDT 2005


Update of /cvs-repository/Products/PluginIndexes/DateIndex
In directory cvs.zope.org:/tmp/cvs-serv23299

Modified Files:
      Tag: Zope-2_7-branch
	DateIndex.py 
Log Message:
another missing import (tried to beef up the potential exception
handling ala UnIndex, just forgot to include the imports) - apologies
for machine-gunning


=== Products/PluginIndexes/DateIndex/DateIndex.py 1.12.2.6 => 1.12.2.7 ===
--- Products/PluginIndexes/DateIndex/DateIndex.py:1.12.2.6	Wed Aug 24 11:48:08 2005
+++ Products/PluginIndexes/DateIndex/DateIndex.py	Wed Aug 24 11:50:11 2005
@@ -19,6 +19,7 @@
 from DateTime.DateTime import DateTime
 from OFS.PropertyManager import PropertyManager
 from ZODB.POSException import ConflictError
+from zLOG import LOG, ERROR
 from datetime import date, datetime
 from Products.PluginIndexes import PluggableIndex
 from Products.PluginIndexes.common.UnIndex import UnIndex



More information about the Zope-Checkins mailing list