~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/factory.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:
68
68
    )
69
69
from canonical.database.sqlbase import flush_database_updates
70
70
from canonical.launchpad.database.account import Account
71
 
from canonical.launchpad.database.message import (
 
71
from lp.services.messages.model.message import (
72
72
    Message,
73
73
    MessageChunk,
74
74
    )