~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archivepublisher/tests/test_publisher.py

  • Committer: William Grant
  • Date: 2011-12-09 00:20:44 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-20111209002044-7bsipr0uxr8wttrg
Move code and tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from canonical.config import config
25
25
from canonical.database.constants import UTC_NOW
26
26
from canonical.launchpad.ftests.keys_for_tests import gpgkeysdir
27
 
from canonical.launchpad.interfaces.gpghandler import IGPGHandler
28
27
from canonical.testing.layers import ZopelessDatabaseLayer
29
28
from lp.archivepublisher.config import getPubConfig
30
29
from lp.archivepublisher.diskpool import DiskPool
44
43
    pocketsuffix,
45
44
    )
46
45
from lp.registry.interfaces.series import SeriesStatus
 
46
from lp.services.gpg.interfaces import IGPGHandler
47
47
from lp.services.log.logger import (
48
48
    BufferLogger,
49
49
    DevNullLogger,