~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/send-bug-notifications.py

  • Committer: Gary Poster
  • Date: 2011-07-27 15:25:32 UTC
  • mto: This revision was merged to the branch mainline in revision 13541.
  • Revision ID: gary.poster@canonical.com-20110727152532-50akr19c7mgcj5qu
add config option for timeout value

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
from canonical.config import config
21
21
from canonical.database.constants import UTC_NOW
22
 
from lp.services.mail.sendmail import sendmail
 
22
from canonical.launchpad.mail import sendmail
23
23
from lp.bugs.enum import BugNotificationStatus
24
24
from lp.bugs.interfaces.bugnotification import IBugNotificationSet
25
25
from lp.bugs.scripts.bugnotification import get_email_notifications