~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:23:25 UTC
  • mto: This revision was merged to the branch mainline in revision 14644.
  • Revision ID: curtis.hovey@canonical.com-20120105192325-bjab8y3fkyakozv8
Removed launchpadform shi,.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    'Utf8PreferredCharsets',
43
43
    ]
44
44
 
45
 
from lp.services.webapp.launchpadform import (
 
45
from lp.app.browser.launchpadform import (
46
46
    action,
47
47
    custom_widget,
48
48
    LaunchpadEditFormView,