[Zope-Checkins] CVS: Zope2 - UnIndex.py:1.23.2.2.6.4

chrism@serenade.digicool.com chrism@serenade.digicool.com
Wed, 28 Feb 2001 04:46:11 -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
	UnIndex.py 
Log Message:
work around lack of length for IITreeSets by getting len(indexRow.keys()) if len(indexRow) is not available.