~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/mail/codereviewcomment.py

Merge move-mailout-functions and resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
from zope.component import getUtility
11
11
 
12
 
from canonical.launchpad.mail import format_address
13
 
from canonical.launchpad.mailout import append_footer
14
12
from canonical.launchpad.webapp import canonical_url
15
13
 
16
14
from lp.code.enums import CodeReviewNotificationLevel
17
15
from lp.code.mail.branchmergeproposal import BMPMailer
18
16
from lp.code.interfaces.branchmergeproposal import (
19
17
    ICodeReviewCommentEmailJobSource)
 
18
from lp.services.mail import append_footer
 
19
from lp.services.mail.sendmail import format_address
20
20
 
21
21
 
22
22
def send(comment, event):