~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/mail/codehandler.py

  • Committer: j.c.sackett
  • Date: 2011-05-12 21:33:10 UTC
  • mto: This revision was merged to the branch mainline in revision 13051.
  • Revision ID: jonathan.sackett@canonical.com-20110512213310-4nhiuuiqm5t9s87b
Moved messages from canonical to lp.services

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    EmailProcessingError,
28
28
    IMailHandler,
29
29
    )
30
 
from canonical.launchpad.interfaces.message import IMessageSet
 
30
from lp.services.messages.interfaces.message import IMessageSet
31
31
from canonical.launchpad.mail.commands import (
32
32
    EmailCommand,
33
33
    EmailCommandCollection,