[Zope-Checkins] CVS: Products/PluginIndexes/DateIndex -
DateIndex.py:1.12.2.6
Zachery Bir
zbir at urbanape.com
Wed Aug 24 11:48:09 EDT 2005
Update of /cvs-repository/Products/PluginIndexes/DateIndex
In directory cvs.zope.org:/tmp/cvs-serv22708
Modified Files:
Tag: Zope-2_7-branch
DateIndex.py
Log Message:
Missing import
=== Products/PluginIndexes/DateIndex/DateIndex.py 1.12.2.5 => 1.12.2.6 ===
--- Products/PluginIndexes/DateIndex/DateIndex.py:1.12.2.5 Wed Aug 24 11:39:36 2005
+++ Products/PluginIndexes/DateIndex/DateIndex.py Wed Aug 24 11:48:08 2005
@@ -18,6 +18,7 @@
from types import StringType, FloatType, IntType
from DateTime.DateTime import DateTime
from OFS.PropertyManager import PropertyManager
+from ZODB.POSException import ConflictError
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