~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mail/signedmessage.py

  • Committer: Curtis Hovey
  • Date: 2011-08-11 20:33:47 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110811203347-3gu88qvgf2lfxr68
Moved c.l.interfaces.mail to lp.services.mail.interfaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
from zope.interface import implements
18
18
 
19
 
from canonical.launchpad.interfaces.mail import ISignedMessage
 
19
from lp.services.mail.interfaces import ISignedMessage
20
20
 
21
21
 
22
22
clearsigned_re = re.compile(