~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/distribution.txt

  • Committer: Curtis Hovey
  • Date: 2011-08-21 14:21:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13745.
  • Revision ID: curtis.hovey@canonical.com-20110821142106-x93hajd6iguma8gx
Update test that was enforcing bad grammar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
 
122
122
The searchPPAs() method only returns the PPAs of active users.
123
123
 
124
 
    >>> from lp.services.identity.interfaces.account import AccountStatus
125
 
    >>> from lp.services.database.lpstorm import IMasterObject
 
124
    >>> from canonical.launchpad.interfaces.account import AccountStatus
 
125
    >>> from canonical.launchpad.interfaces.lpstorm import IMasterObject
126
126
 
127
127
    >>> login('admin@canonical.com')
128
128
    >>> account = IMasterObject(no_priv.account)