Mercurial > p > roundup > code
diff roundup/backends/indexer_common.py @ 4281:864746c0cf8d
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:46Z!jlgijsbers@users.sourceforge.net).
| author | Bernhard Reiter <Bernhard.Reiter@intevation.de> |
|---|---|
| date | Wed, 21 Oct 2009 09:57:36 +0000 |
| parents | 2ff6f39aa391 |
| children | 13b3155869e0 |
line wrap: on
line diff
--- a/roundup/backends/indexer_common.py Tue Oct 20 11:48:48 2009 +0000 +++ b/roundup/backends/indexer_common.py Wed Oct 21 09:57:36 2009 +0000 @@ -36,8 +36,6 @@ def search(self, search_terms, klass, ignore={}): """Display search results looking for [search, terms] associated with the hyperdb Class "klass". Ignore hits on {class: property}. - - "dre" is a helper, not an argument. """ # do the index lookup hits = self.getHits(search_terms, klass)
