~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/package-diff.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:
643
643
    ...     '1.0-2', archive=foobar.archive)
644
644
    >>> transaction.commit()
645
645
 
646
 
    >>> from canonical.librarian.testing.server import fillLibrarianFile
 
646
    >>> from lp.services.librarianserver.testing.server import fillLibrarianFile
647
647
    >>> [orig, upload_diff, dsc] = pub.sourcepackagerelease.files
648
648
    >>> fillLibrarianFile(dsc.libraryfile.id)
649
649