~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webapp/__init__.py

  • Committer: Curtis Hovey
  • Date: 2012-01-05 19:53:05 UTC
  • mto: This revision was merged to the branch mainline in revision 14644.
  • Revision ID: curtis.hovey@canonical.com-20120105195305-tp45h5sswyiw0nvq
Removed custom_widget from webapp glob.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    'canonical_name',
14
14
    'canonical_url',
15
15
    'ContextMenu',
16
 
    'custom_widget',
17
16
    'enabled_with_permission',
18
17
    'expand_numbers',
19
18
    'FacetMenu',
41
40
    ]
42
41
 
43
42
from lp.app.browser.launchpadform import (
44
 
    custom_widget,
45
43
    LaunchpadEditFormView,
46
44
    LaunchpadFormView,
47
45
    safe_action,