~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/distroseriesqueue-notify.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-30 10:09:30 UTC
  • mfrom: (14606.2.8 apocalibrarian)
  • Revision ID: launchpad@pqm.canonical.com-20111230100930-kp3e0l6wakissewm
[r=wgrant][no-qa] Move canonical.librarian to
        lp.services.librarian(server).

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
(which is not the case when nascent upload runs).  This example
204
204
demonstrates this usage:
205
205
 
206
 
    >>> from canonical.librarian.testing.server import fillLibrarianFile
 
206
    >>> from lp.services.librarianserver.testing.server import fillLibrarianFile
207
207
    >>> changes_file = open(changes_file_path,"r")
208
208
    >>> fillLibrarianFile(1, content=changes_file.read())
209
209
    >>> changes_file.close()