~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Clear up a heck of a lot of imports from canonical.launchpad.interfaces.

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 canonical.launchpad.interfaces import IBugNotificationSet
23
22
from canonical.launchpad.mail import sendmail
 
23
from lp.bugs.interfaces.bugnotification import IBugNotificationSet
24
24
from lp.bugs.scripts.bugnotification import get_email_notifications
25
25
from lp.services.scripts.base import LaunchpadCronScript
26
26