/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/controllers/search_ui.py

  • Committer: Colin Watson
  • Date: 2019-09-19 08:10:36 UTC
  • mfrom: (491.2.62 breezy)
  • Revision ID: cjwatson@canonical.com-20190919081036-q1symc2h2iedtlh3
[r=cjwatson] Switch loggerhead over to using the Breezy rather than Bazaar APIs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335  USA
17
17
#
18
18
 
19
 
from loggerhead.controllers import TemplatedBranchView
20
 
from loggerhead import search
 
19
from ..controllers import TemplatedBranchView
 
20
from .. import search
21
21
 
22
22
 
23
23
class SearchUI(TemplatedBranchView):
26
26
    Class to output progressive search result terms.
27
27
    """
28
28
 
29
 
    template_path = 'loggerhead.templates.search'
 
29
    template_name = 'search'
30
30
 
31
31
    def get_values(self, path, kwargs, response):
32
32
        """