~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-12-09 00:20:44 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-20111209002044-7bsipr0uxr8wttrg
Move code and tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    )
28
28
 
29
29
from canonical.launchpad.interfaces.account import AccountStatus
30
 
from canonical.launchpad.interfaces.gpghandler import (
31
 
    GPGVerificationError,
32
 
    IGPGHandler,
33
 
    )
34
30
from canonical.launchpad.mailnotification import (
35
31
    send_process_error_notification,
36
32
    )
46
42
from canonical.librarian.interfaces import UploadFailed
47
43
from lp.registry.interfaces.person import IPerson
48
44
from lp.services.features import getFeatureFlag
 
45
from lp.services.gpg.interfaces import (
 
46
    GPGVerificationError,
 
47
    IGPGHandler,
 
48
    )
49
49
from lp.services.mail.handlers import mail_handlers
50
50
from lp.services.mail.helpers import (
51
51
    ensure_sane_signature_timestamp,