Commit 6c1c876a authored by Andreas Jung's avatar Andreas Jung

removed empty lines

parent 27b075f8
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
# #
############################################################################## ##############################################################################
__version__ = '$Id: PathIndex.py,v 1.9 2001/10/12 20:02:15 andreasjung Exp $' __version__ = '$Id: PathIndex.py,v 1.10 2001/10/12 20:05:06 andreasjung Exp $'
from Products.PluginIndexes import PluggableIndex from Products.PluginIndexes import PluggableIndex
from Products.PluginIndexes.common.util import parseIndexRequest from Products.PluginIndexes.common.util import parseIndexRequest
...@@ -211,6 +211,7 @@ class PathIndex(PluggableIndex.PluggableIndex, Persistent, ...@@ -211,6 +211,7 @@ class PathIndex(PluggableIndex.PluggableIndex, Persistent,
return 1 return 1
def unindex_object(self,documentId): def unindex_object(self,documentId):
""" hook for (Z)Catalog """ """ hook for (Z)Catalog """
...@@ -234,9 +235,6 @@ class PathIndex(PluggableIndex.PluggableIndex, Persistent, ...@@ -234,9 +235,6 @@ class PathIndex(PluggableIndex.PluggableIndex, Persistent,
del self._unindex[documentId] del self._unindex[documentId]
def printIndex(self): def printIndex(self):
for k,v in self._index.items(): for k,v in self._index.items():
print "-"*78 print "-"*78
...@@ -406,6 +404,7 @@ class PathIndex(PluggableIndex.PluggableIndex, Persistent, ...@@ -406,6 +404,7 @@ class PathIndex(PluggableIndex.PluggableIndex, Persistent,
return self._index.keys() return self._index.keys()
def getEntryForObject(self,documentId,default=_marker): def getEntryForObject(self,documentId,default=_marker):
""" Takes a document ID and returns all the information we have """ Takes a document ID and returns all the information we have
on that specific object. """ on that specific object. """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment