~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/bugattachment.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:
12
12
    'BugAttachmentURL',
13
13
    ]
14
14
 
 
15
from lazr.restful.utils import smartquote
15
16
from zope.component import (
16
17
    getMultiAdapter,
17
18
    getUtility,
37
38
    ILaunchBag,
38
39
    )
39
40
from canonical.launchpad.webapp.menu import structured
40
 
from canonical.lazr.utils import smartquote
41
41
from lp.app.browser.launchpadform import (
42
42
    action,
43
43
    LaunchpadFormView,