~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Colin Watson
  • Date: 2011-08-19 00:25:11 UTC
  • mfrom: (7675.1045.728 db-devel)
  • mto: This revision was merged to the branch mainline in revision 13909.
  • Revision ID: cjwatson@canonical.com-20110819002511-0x8hrqs1ckiqk53g
merge db-devel

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):