[Zope-Checkins] CVS: Zope2 - PathIndex.py:1.1.2.23
Andreas Jung
andreas@digicool.com
Thu, 24 May 2001 11:37:14 -0400
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/PathIndex
In directory yetix:/work/sandboxes/ajung-dropin-registry/lib/python/Products/PluginIndexes/PathIndex
Modified Files:
Tag: ajung-dropin-registry
PathIndex.py
Log Message:
--- Updated File PathIndex.py in package Zope2 --
--- PathIndex.py 2001/05/23 19:35:15 1.1.2.22
+++ PathIndex.py 2001/05/24 15:37:08 1.1.2.23
@@ -97,7 +97,7 @@
from BTrees.OOBTree import OOBTree,OOSet
from BTrees.OIBTree import OIBTree
from BTrees.IIBTree import IISet,difference,intersection,union
-import re,exceptions
+import re
class PathIndex(PluggableIndex.PluggableIndex, Persistent,