~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-13 01:11:42 UTC
  • mfrom: (13668.1.31 private-bug-0)
  • Revision ID: launchpad@pqm.canonical.com-20110813011142-b8xvpxhdja422ln2
[rs=sinzui][no-qa] Moved canonical.launchpad.mail to lp.services.mail,
 bugs.mail, code.mail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2010 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2010-2011 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
4
"""Bug notification building code."""
20
20
from canonical.config import config
21
21
from canonical.launchpad.helpers import shortlist
22
22
from canonical.launchpad.interfaces.emailaddress import IEmailAddressSet
23
 
from canonical.launchpad.mail import format_address
24
23
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
 
24
from lp.services.mail.sendmail import format_address
25
25
 
26
26
 
27
27
def format_rfc2822_date(date):