~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/widgets/popup.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:
9
9
 
10
10
import cgi
11
11
import simplejson
 
12
 
 
13
from lazr.restful.utils import safe_hasattr
12
14
from z3c.ptcompat import ViewPageTemplateFile
13
15
from zope.app.form.browser.itemswidgets import (
14
16
    ItemsWidgetBase,
18
20
 
19
21
from canonical.launchpad.webapp import canonical_url
20
22
from canonical.launchpad.webapp.vocabulary import IHugeVocabulary
21
 
from canonical.lazr.utils import safe_hasattr
22
23
from lp.app.browser.stringformatter import FormattersAPI
23
24
from lp.app.browser.vocabulary import get_person_picker_entry_metadata
24
25
from lp.services.features import getFeatureFlag