~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/doc/entitlement.txt

  • Committer: Francis J. Lacoste
  • Date: 2011-04-27 21:40:03 UTC
  • mto: This revision was merged to the branch mainline in revision 12971.
  • Revision ID: francis.lacoste@canonical.com-20110427214003-iiqhcyyswppyqjsx
Change the default timeout to production value, improved options documentation and use only one bin above timeout value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
The logged in user must be an admin in order to change the quota.
23
23
 
24
 
    >>> from lp.app.interfaces.launchpad import ILaunchpadCelebrities
 
24
    >>> from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
25
25
    >>> login("foo.bar@canonical.com")
26
26
    >>> foobar = getUtility(ILaunchBag).user
27
27
    >>> lp_admins = getUtility(ILaunchpadCelebrities).admin