~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/search.py

  • Committer: Michael Hudson
  • Date: 2008-09-09 22:47:45 UTC
  • mfrom: (201.2.15 directory_breadcrumbs)
  • Revision ID: michael.hudson@canonical.com-20080909224745-mlzipmkekq8qfukn
merge Russ Brown's directory_breadcrumbs branch.
this makes the parts of the headings of each page that could usefully be links
into links.
(some extra cleanup by me)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
19
#
20
20
import sets
21
 
import os
22
21
try:
23
22
    from bzrlib.plugins.search import errors
24
23
    from bzrlib.plugins.search import index as _mod_index