~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-08-12 14:39:51 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110812143951-74vfvrt37gtt4fz2
Sorted imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    >>> from lp.archiveuploader.nascentupload import NascentUpload
30
30
    >>> from lp.archiveuploader.tests import datadir, getPolicy
31
31
 
32
 
    >>> from lp.testing.gpgkeys import import_public_test_keys
 
32
    >>> from canonical.launchpad.ftests import import_public_test_keys
33
33
    >>> import_public_test_keys()
34
34
 
35
35
Login as an admin (or ubuntutest.archive_admin if we have one), since
143
143
    >>> import subprocess
144
144
    >>> import os
145
145
    >>> import sys
146
 
    >>> from lp.services.config import config
 
146
    >>> from canonical.config import config
147
147
 
148
148
    >>> script = os.path.join(
149
149
    ...    config.root, "scripts", "ftpmaster-tools", "queue")