~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/mail/handler.py

  • Committer: Curtis Hovey
  • Date: 2011-08-12 15:57:11 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110812155711-eij9jv9r14lzzewg
Extracted ProcessMailLayer from test_system_documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    IBugAttachmentSet,
30
30
    )
31
31
from lp.bugs.interfaces.bugmessage import IBugMessageSet
32
 
from lp.bugs.mail.commands import (
33
 
    BugEmailCommands,
34
 
    get_error_message,
35
 
    )
 
32
from lp.bugs.mail.commands import BugEmailCommands
36
33
from lp.services.mail.helpers import (
37
34
    ensure_not_weakly_authenticated,
 
35
    get_error_message,
38
36
    get_main_body,
39
37
    guess_bugtask,
40
38
    IncomingEmailError,