~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/tests/peoplemerge-views.txt

  • 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:
9
9
Create a member of the registry team that is not a member of the admins
10
10
team.
11
11
 
12
 
    >>> from canonical.launchpad.interfaces.launchpad import (
13
 
    ...     ILaunchpadCelebrities)
 
12
    >>> from lp.app.interfaces.launchpad import ILaunchpadCelebrities
14
13
    >>> from lp.registry.interfaces.person import IPersonSet
15
14
    >>> registry_experts = getUtility(ILaunchpadCelebrities).registry_experts
16
15
    >>> person_set = getUtility(IPersonSet)