~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Francis J. Lacoste
  • Date: 2011-04-27 21:40:03 UTC
  • mto: This revision was merged to the branch mainline in revision 12971.
  • Revision ID: francis.lacoste@canonical.com-20110427214003-iiqhcyyswppyqjsx
Change the default timeout to production value, improved options documentation and use only one bin above timeout value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.interfaces.launchpad import ILaunchpadCelebrities
23
24
from canonical.launchpad.mail import format_address
24
 
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
25
25
 
26
26
 
27
27
def format_rfc2822_date(date):