From 52bd1cc00402c0f0dcef0b9b4379ab3324d6b458 Mon Sep 17 00:00:00 2001 From: ber Date: Wed, 21 Oct 2009 09:57:36 +0000 Subject: [PATCH] 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 svn rev 3120). git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4385 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/backends/indexer_common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/roundup/backends/indexer_common.py b/roundup/backends/indexer_common.py index 0f159aa..e5429d3 100644 --- a/roundup/backends/indexer_common.py +++ b/roundup/backends/indexer_common.py @@ -36,8 +36,6 @@ class Indexer: 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) -- 2.30.2