~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/scripts/tests/test_garbo.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:
35
35
    UTC_NOW,
36
36
    )
37
37
from canonical.launchpad.database.librarian import TimeLimitedToken
38
 
from canonical.launchpad.database.message import Message
 
38
from lp.services.messages.model.message import Message
39
39
from canonical.launchpad.database.oauth import OAuthNonce
40
40
from canonical.launchpad.database.openidconsumer import OpenIDConsumerNonce
41
41
from canonical.launchpad.interfaces.emailaddress import EmailAddressStatus