~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/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:
66
66
 
67
67
from canonical.config import config
68
68
from canonical.launchpad import _
69
 
from canonical.launchpad.interfaces.message import IMessageSet
 
69
from lp.services.messages.interfaces.message import IMessageSet
70
70
from canonical.launchpad.webapp import (
71
71
    canonical_url,
72
72
    ContextMenu,