~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/mail/tests/test_codehandler.py

Merge db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from zope.security.proxy import removeSecurityProxy
23
23
 
24
24
from canonical.config import config
25
 
from canonical.launchpad.database.message import MessageSet
 
25
from lp.services.messages.model.message import MessageSet
26
26
from canonical.launchpad.interfaces.mail import (
27
27
    EmailProcessingError,
28
28
    IWeaklyAuthenticatedPrincipal,