~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/sourcepackagerelease-build-lookup.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 12:41:32 UTC
  • mfrom: (14578.2.5 librarian-services)
  • Revision ID: launchpad@pqm.canonical.com-20111222124132-s1yqnjjb1jl7384h
[r=wgrant][no-qa] Move most non-server librarian stuff from around
        the tree to lp.services.librarian. canonical.launchpad.{browser,
        database} are no longer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
To demonstrate this we need to define some variables.
18
18
 
19
19
    >>> from zope.component import getUtility
20
 
    >>> from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
 
20
    >>> from lp.services.librarian.interfaces import ILibraryFileAliasSet
21
21
    >>> from lp.registry.interfaces.distribution import IDistributionSet
22
22
 
23
23
    >>> ubuntu = getUtility(IDistributionSet).getByName('ubuntu')