~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/factory.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-09 13:33:40 UTC
  • mfrom: (14455.2.8 openpgpocalypse)
  • Revision ID: launchpad@pqm.canonical.com-20111209133340-8ikv91nd78a1721j
[r=sinzui][no-qa] Migrate GPGHandler and related paraphernalia out of
 canonical.launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    EmailAddressStatus,
81
81
    IEmailAddressSet,
82
82
    )
83
 
from canonical.launchpad.interfaces.gpghandler import IGPGHandler
84
83
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
85
84
from canonical.launchpad.interfaces.lpstorm import (
86
85
    IMasterStore,
242
241
from lp.registry.interfaces.ssh import ISSHKeySet
243
242
from lp.registry.model.milestone import Milestone
244
243
from lp.registry.model.suitesourcepackage import SuiteSourcePackage
 
244
from lp.services.gpg.interfaces import IGPGHandler
245
245
from lp.services.job.interfaces.job import SuspendJobException
246
246
from lp.services.log.logger import BufferLogger
247
247
from lp.services.mail.signedmessage import SignedMessage