~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/tests/test_branchmergeproposal.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:
24
24
from zope.security.interfaces import Unauthorized
25
25
from zope.security.proxy import removeSecurityProxy
26
26
 
27
 
from canonical.launchpad.database.message import MessageSet
 
27
from lp.services.messages.model.message import MessageSet
28
28
from canonical.launchpad.webapp.interfaces import IPrimaryContext
29
29
from canonical.launchpad.webapp.servers import LaunchpadTestRequest
30
30
from canonical.launchpad.webapp.testing import verifyObject