[Zope-Checkins] CVS: Zope2 - KeywordIndex.py:1.1.2.2
andreas@digicool.com
andreas@digicool.com
Tue, 15 May 2001 09:34:40 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/KeywordIndex
In directory korak.digicool.com:/tmp/cvs-serv30626/KeywordIndex
Modified Files:
Tag: ajung-dropin-registry
KeywordIndex.py
Log Message:
repacked
--- Updated File KeywordIndex.py in package Zope2 --
--- KeywordIndex.py 2001/05/14 18:54:54 1.1.2.1
+++ KeywordIndex.py 2001/05/15 13:34:09 1.1.2.2
@@ -83,7 +83,6 @@
#
##############################################################################
-from Products.PluginIndexes.UnIndex import UnIndex
from zLOG import LOG, ERROR
from types import StringType
from BTrees.OOBTree import OOSet, difference
@@ -95,6 +94,7 @@
from OFS.SimpleItem import SimpleItem
from Products.PluginIndexes import PluggableIndex
+from Products.PluginIndexes import UnIndex
_marker = []