Skip to content

Commit 3f6fabb

Browse files
Bernhard ReiterBernhard Reiter
authored andcommitted
Cleanup, minor: Removed an outdated comment about the "dre" argument...
...in indexer_common.py. This argument was removed when the file indexer_common.py was split out from indexer_dbm (in now 2005-01-04T11:48:[email protected]).
1 parent 3b18726 commit 3f6fabb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roundup/backends/indexer_common.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ def getHits(self, search_terms, klass):
3636
def search(self, search_terms, klass, ignore={}):
3737
"""Display search results looking for [search, terms] associated
3838
with the hyperdb Class "klass". Ignore hits on {class: property}.
39-
40-
"dre" is a helper, not an argument.
4139
"""
4240
# do the index lookup
4341
hits = self.getHits(search_terms, klass)

0 commit comments

Comments
 (0)