~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mail/tests/test_incoming.py

  • 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:
14
14
from zope.security.management import setSecurityPolicy
15
15
 
16
16
from canonical.config import config
17
 
from canonical.launchpad.ftests import import_secret_test_key
18
17
from canonical.launchpad.testing.systemdocs import LayeredDocFileSuite
19
18
from canonical.launchpad.webapp.authorization import LaunchpadSecurityPolicy
20
19
from canonical.testing.layers import LaunchpadZopelessLayer
31
30
from lp.services.mail.tests.helpers import testmails_path
32
31
from lp.testing import TestCaseWithFactory
33
32
from lp.testing.factory import GPGSigningContext
 
33
from lp.testing.gpgkeys import import_secret_test_key
34
34
from lp.testing.mail_helpers import pop_notifications
35
35
 
36
36