[Zope-Checkins]
SVN: Zope/branches/five-integration/lib/python/Products/PluginIndexes/common/UnIndex.py
merge -r 29559:29560 from trunk
Sidnei da Silva
sidnei at awkly.org
Sat Mar 26 12:19:57 EST 2005
Log message for revision 29687:
merge -r 29559:29560 from trunk
Changed:
U Zope/branches/five-integration/lib/python/Products/PluginIndexes/common/UnIndex.py
-=-
Modified: Zope/branches/five-integration/lib/python/Products/PluginIndexes/common/UnIndex.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/PluginIndexes/common/UnIndex.py 2005-03-25 19:46:27 UTC (rev 29686)
+++ Zope/branches/five-integration/lib/python/Products/PluginIndexes/common/UnIndex.py 2005-03-26 17:19:57 UTC (rev 29687)
@@ -105,6 +105,7 @@
return self.id
def clear(self):
+ self._length = BTrees.Length.Length()
self._index = OOBTree()
self._unindex = IOBTree()
More information about the Zope-Checkins
mailing list