~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/build.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:
17
17
    ]
18
18
 
19
19
from lazr.delegates import delegates
 
20
from lazr.restful.utils import safe_hasattr
20
21
from zope.component import getUtility
21
22
from zope.interface import implements
22
23
 
39
40
from canonical.launchpad.webapp.batching import BatchNavigator
40
41
from canonical.launchpad.webapp.breadcrumb import Breadcrumb
41
42
from canonical.launchpad.webapp.interfaces import ICanonicalUrlData
42
 
from canonical.lazr.utils import safe_hasattr
43
43
from lp.app.browser.launchpadform import (
44
44
    action,
45
45
    LaunchpadFormView,