~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/sourcepackage.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:
31
31
    Item,
32
32
    )
33
33
from lazr.restful.interface import copy_field
 
34
from lazr.restful.utils import smartquote
34
35
from z3c.ptcompat import ViewPageTemplateFile
35
36
from zope.app.form.browser import DropdownWidget
36
37
from zope.app.form.interfaces import IInputWidget
74
75
from canonical.launchpad.webapp.interfaces import IBreadcrumb
75
76
from canonical.launchpad.webapp.menu import structured
76
77
from canonical.launchpad.webapp.publisher import LaunchpadView
77
 
from canonical.lazr.utils import smartquote
78
78
from lp.app.browser.launchpadform import (
79
79
    action,
80
80
    custom_widget,