Code

Cleanup, minor: Removed an outdated comment about the "dre" argument
authorber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 21 Oct 2009 09:57:36 +0000 (09:57 +0000)
committerber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 21 Oct 2009 09:57:36 +0000 (09:57 +0000)
  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

index 0f159aa527861dd4582d1bd086a52953d7151799..e5429d33b2fb1e9dfe7ce273eb07085195dbad25 100644 (file)
@@ -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)