~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/bugtask.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:
72
72
    IReference,
73
73
    IWebServiceClientRequest,
74
74
    )
 
75
from lazr.restful.utils import smartquote
75
76
from lazr.uri import URI
76
77
from pytz import utc
77
78
from simplejson import dumps
154
155
from canonical.launchpad.webapp.interfaces import ILaunchBag
155
156
from canonical.launchpad.webapp.menu import structured
156
157
from canonical.lazr.interfaces import IObjectPrivacy
157
 
from canonical.lazr.utils import smartquote
158
158
from lp.answers.interfaces.questiontarget import IQuestionTarget
159
159
from lp.app.browser.launchpadform import (
160
160
    action,