[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/PathIndex - PathIndex.py:1.10
Andreas Jung
andreas@zope.com
Fri, 12 Oct 2001 16:05:06 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/PathIndex
In directory cvs.zope.org:/tmp/cvs-serv8693/lib/python/Products/PluginIndexes/PathIndex
Modified Files:
PathIndex.py
Log Message:
removed empty lines
=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.9 => 1.10 ===
return 1
+
def unindex_object(self,documentId):
""" hook for (Z)Catalog """
@@ -234,9 +235,6 @@
del self._unindex[documentId]
-
-
-
def printIndex(self):
for k,v in self._index.items():
print "-"*78
@@ -405,6 +403,7 @@
""" needed to be consistent with the interface """
return self._index.keys()
+
def getEntryForObject(self,documentId,default=_marker):
""" Takes a document ID and returns all the information we have