~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-12-09 01:21:32 UTC
  • mto: (14455.3.6 more-canonical-purge)
  • mto: This revision was merged to the branch mainline in revision 14467.
  • Revision ID: william.grant@canonical.com-20111209012132-i73v182bfiafu3mq
Drop imports from canonical.launchpad.ftests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
First up, we need to actually process an upload to get it into the
40
40
queue. To do this we prepare an OpenPGP key, and then run the upload handler.
41
41
 
42
 
    >>> from canonical.launchpad.ftests import import_public_test_keys
 
42
    >>> from lp.testing.gpgkeys import import_public_test_keys
43
43
    >>> import_public_test_keys()
44
44
 
45
45
We need some setup for the upload handler.