~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • 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:
12
12
import dkim
13
13
import dns.resolver
14
14
 
15
 
from lp.services.mail.interfaces import IWeaklyAuthenticatedPrincipal
16
 
from lp.services.mail.signedmessage import signed_message_from_string
 
15
from canonical.testing.layers import DatabaseFunctionalLayer
17
16
from lp.services.features.testing import FeatureFixture
18
17
from lp.services.mail import incoming
19
18
from lp.services.mail.incoming import authenticateEmail
20
 
from canonical.testing.layers import DatabaseFunctionalLayer
 
19
from lp.services.mail.interfaces import IWeaklyAuthenticatedPrincipal
 
20
from lp.services.mail.signedmessage import signed_message_from_string
21
21
from lp.testing import TestCaseWithFactory
22
22
 
23
23
# sample private key made with 'openssl genrsa' and public key using 'openssl