~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:54:26 UTC
  • mto: This revision was merged to the branch mainline in revision 14644.
  • Revision ID: curtis.hovey@canonical.com-20120105195426-v4y8tqb2ea2chkm1
Removed safe_action from webapp globs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    'NavigationMenu',
27
27
    'nearest',
28
28
    'redirection',
29
 
    'safe_action',
30
29
    'sorted_dotted_numbers',
31
30
    'sorted_version_numbers',
32
31
    'StandardLaunchpadFacets',
42
41
from lp.app.browser.launchpadform import (
43
42
    LaunchpadEditFormView,
44
43
    LaunchpadFormView,
45
 
    safe_action,
46
44
    )
47
45
from lp.services.webapp.menu import (
48
46
    ApplicationMenu,