[Zope-Checkins] CVS: Zope2 - PathIndex.py:1.1.2.3

Andreas Jung andreas@dhcp165.digicool.com
Fri, 4 May 2001 15:17:26 -0400


Update of /cvs-repository/Zope2/lib/python/SearchIndex
In directory yetix:/work/sandboxes/ajung-pathindex/lib/python/SearchIndex

Modified Files:
      Tag: ajung-pathindex
	PathIndex.py 
Log Message:




--- Updated File PathIndex.py in package Zope2 --
--- PathIndex.py	2001/05/04 17:09:29	1.1.2.2
+++ PathIndex.py	2001/05/04 19:16:11	1.1.2.3
@@ -85,9 +85,12 @@
 
 from BTrees.OOBTree import OOBTree
 from BTrees.IOBTree import IOBTree
+from Persistence import Persistent
+from Acquisition import Implicit
+
 import re
 
-class PathIndex:
+class PathIndex(Persistent,Implicit):
 
     meta_type = 'Path Index'