~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/tests/test_packaging.py

  • Committer: Curtis Hovey
  • Date: 2011-05-27 19:53:20 UTC
  • mto: This revision was merged to the branch mainline in revision 13136.
  • Revision ID: curtis.hovey@canonical.com-20110527195320-hpp9gn2dgg3ubalz
Move ILaunchpadCelebrity to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    login,
14
14
    logout,
15
15
    )
16
 
from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
 
16
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
17
17
from canonical.launchpad.testing.pages import setupBrowser
18
18
from canonical.testing.layers import (
19
19
    DatabaseFunctionalLayer,