~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-12-30 01:48:17 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230014817-7qmddxz1x941socp
Move the rest of canonical.librarian to lp.services.librarianserver.

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()