~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/bugbranch.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:
13
13
    ]
14
14
 
15
15
from lazr.restful.interfaces import IWebServiceClientRequest
 
16
from lazr.restful.utils import smartquote
16
17
from zope.component import (
17
18
    adapts,
18
19
    getMultiAdapter,
28
29
    LaunchpadView,
29
30
    )
30
31
from canonical.launchpad.webapp.interfaces import IPrimaryContext
31
 
from canonical.lazr.utils import smartquote
32
32
from lp.app.browser.launchpadform import (
33
33
    action,
34
34
    LaunchpadEditFormView,