changeset 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 eeac5c3043a3
children 8081d34fefa5
files roundup/backends/indexer_common.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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)

Roundup Issue Tracker: http://roundup-tracker.org/