~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/librarian/doc/librarian.txt

  • Committer: William Grant
  • Date: 2011-12-30 01:10:37 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230011037-3g35hpwgat0kv2dz
Move canonical.librarian.{client,utils} to lp.services.librarian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
393
393
But using the restricted librarian will work:
394
394
 
395
395
    >>> restricted_client.getFileByAlias(private_file_id)
396
 
    <canonical.librarian.client._File...>
 
396
    <lp.services.librarian.client._File...>
397
397
 
398
398
    >>> file_url = restricted_client.getURLForAlias(private_file_id)
399
399
    >>> print file_url