~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/process-mail.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:
14
14
from lp.services.scripts.base import (
15
15
    LaunchpadCronScript, LaunchpadScriptFailure)
16
16
from lp.services.mail.incoming import handleMail
17
 
from canonical.launchpad.interfaces import IMailBox
 
17
from canonical.launchpad.interfaces.mailbox import IMailBox
18
18
 
19
19
 
20
20
class ProcessMail(LaunchpadCronScript):