~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/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:
13
13
from zope.component import getUtility
14
14
from zope.interface import implements
15
15
 
16
 
from canonical.launchpad.interfaces.mail import IMailHandler
 
16
from lp.services.mail.interfaces import IMailHandler
17
17
from lp.services.messages.interfaces.message import IMessageSet
18
18
from canonical.launchpad.webapp.interfaces import ILaunchBag
19
19
from lp.answers.interfaces.questioncollection import IQuestionSet