[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/common
- UnIndex.py:1.20.16.1
Jim Fulton
cvs-admin at zope.org
Sat Nov 15 07:11:40 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/common
In directory cvs.zope.org:/tmp/cvs-serv24628/lib/python/Products/PluginIndexes/common
Modified Files:
Tag: zodb33-devel-branch
UnIndex.py
Log Message:
Removed bugus import of old ancient btrees
=== Zope/lib/python/Products/PluginIndexes/common/UnIndex.py 1.20 => 1.20.16.1 ===
--- Zope/lib/python/Products/PluginIndexes/common/UnIndex.py:1.20 Tue Jun 17 15:01:08 2003
+++ Zope/lib/python/Products/PluginIndexes/common/UnIndex.py Sat Nov 15 07:11:38 2003
@@ -21,8 +21,6 @@
from Globals import Persistent
from Acquisition import Implicit
-import BTree
-import IOBTree
from zLOG import LOG, ERROR
from BTrees.OOBTree import OOBTree, OOSet
More information about the Zope-Checkins
mailing list