~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/builder.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:
20
20
 
21
21
import operator
22
22
 
 
23
from lazr.restful.utils import smartquote
23
24
from zope.app.form.browser import (
24
25
    TextAreaWidget,
25
26
    TextWidget,
41
42
    stepthrough,
42
43
    )
43
44
from canonical.launchpad.webapp.breadcrumb import Breadcrumb
44
 
from canonical.lazr.utils import smartquote
45
45
from lp.app.browser.launchpadform import (
46
46
    action,
47
47
    custom_widget,