~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/distroseriesdifference.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:
52
52
    stepthrough,
53
53
    )
54
54
from lp.services.webapp.authorization import check_permission
55
 
from lp.services.webapp.launchpadform import custom_widget
 
55
from lp.app.browser.launchpadform import custom_widget
56
56
 
57
57
 
58
58
class DistroSeriesDifferenceNavigation(Navigation):