25
25
from canonical.launchpad.interfaces.gpghandler import IGPGHandler
26
26
from canonical.launchpad.interfaces.mail import IWeaklyAuthenticatedPrincipal
27
27
from canonical.launchpad.mail import signed_message_from_string
30
32
canonicalise_line_endings,
34
34
from lp.testing import TestCaseWithFactory
35
35
from lp.testing.factory import GPGSigningContext
38
38
class TestSignedMessage(TestCaseWithFactory):
41
41
layer = DatabaseFunctionalLayer