~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/browser/question.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:
33
33
from lazr.lifecycle.event import ObjectModifiedEvent
34
34
from lazr.lifecycle.snapshot import Snapshot
35
35
from lazr.restful.interface import copy_field
 
36
from lazr.restful.utils import smartquote
36
37
from z3c.ptcompat import ViewPageTemplateFile
37
38
from zope.app.form.browser import (
38
39
    TextAreaWidget,
77
78
from canonical.launchpad.webapp.breadcrumb import Breadcrumb
78
79
from canonical.launchpad.webapp.interfaces import IAlwaysSubmittedWidget
79
80
from canonical.launchpad.webapp.menu import structured
80
 
from canonical.lazr.utils import smartquote
81
81
from lp.answers.browser.questiontarget import SearchQuestionsView
82
82
from lp.answers.enums import (
83
83
    QuestionAction,