~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/bugtracker.py

  • Committer: Steve Kowalik
  • Date: 2011-09-13 05:23:16 UTC
  • mto: This revision was merged to the branch mainline in revision 13939.
  • Revision ID: stevenk@ubuntu.com-20110913052316-hl7fzgsklq9jakwq
Chip away at canonical.lazr a little more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
from itertools import chain
25
25
 
 
26
from lazr.restful.utils import smartquote
26
27
from zope.app.form.browser import TextAreaWidget
27
28
from zope.component import getUtility
28
29
from zope.formlib import form
56
57
    )
57
58
from canonical.launchpad.webapp.breadcrumb import Breadcrumb
58
59
from canonical.launchpad.webapp.menu import NavigationMenu
59
 
from canonical.lazr.utils import smartquote
60
60
from lp.app.browser.launchpadform import (
61
61
    action,
62
62
    custom_widget,