~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:45:35 UTC
  • mfrom: (14565.2.24 apocalyptic-pieces)
  • Revision ID: launchpad@pqm.canonical.com-20111222044535-jbjyzq3hzwiy7g20
[rs=sinzui][no-qa] Move javascript and scripts to lp. Dismantle
 mailnotification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from zope.interface import implements
20
20
 
21
21
from canonical.launchpad.helpers import get_email_template
22
 
from canonical.launchpad.mailnotification import (
23
 
    MailWrapper,
 
22
from lp.services.mail.notification import (
24
23
    send_process_error_notification,
25
24
    )
26
25
from canonical.launchpad.webapp.interfaces import ILaunchBag
34
33
    )
35
34
from lp.bugs.interfaces.bugmessage import IBugMessageSet
36
35
from lp.bugs.mail.commands import BugEmailCommands
 
36
from lp.services.mail.mailwrapper import MailWrapper
37
37
from lp.services.identity.interfaces.emailaddress import IEmailAddressSet
38
38
from lp.services.mail.helpers import (
39
39
    ensure_not_weakly_authenticated,