~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-08-11 20:33:47 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110811203347-3gu88qvgf2lfxr68
Moved c.l.interfaces.mail to lp.services.mail.interfaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
from canonical.database.sqlbase import rollback
18
18
from canonical.launchpad.helpers import get_email_template
19
 
from canonical.launchpad.interfaces.mail import (
 
19
from lp.services.mail.interfaces import (
20
20
    EmailProcessingError,
21
21
    IBugEditEmailCommand,
22
22
    IBugEmailCommand,