[Zope-Checkins] CVS: Zope2 - UnKeywordIndex.py:1.12.2.2.4.5

chrism@serenade.digicool.com chrism@serenade.digicool.com
Sat, 10 Mar 2001 01:46:58 -0500


Update of /cvs-repository/Zope2/lib/python/SearchIndex
In directory serenade:/slab/home/chrism/sandboxes/CatalogBTreesIntegration/lib/python/SearchIndex

Modified Files:
      Tag: Catalog-BTrees-Integration
	UnKeywordIndex.py 
Log Message:
Added import of difference function from OOBTree module.


--- Updated File UnKeywordIndex.py in package Zope2 --
--- UnKeywordIndex.py	2001/03/01 21:37:21	1.12.2.2.4.4
+++ UnKeywordIndex.py	2001/03/10 06:46:58	1.12.2.2.4.5
@@ -86,7 +86,7 @@
 from UnIndex import UnIndex
 from zLOG import LOG, ERROR
 from types import StringType
-from BTrees.OOBTree import OOSet
+from BTrees.OOBTree import OOSet, difference
 
 class UnKeywordIndex(UnIndex):