~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/scripts/tests/test_garbo.py

  • Committer: Curtis Hovey
  • Date: 2011-12-20 10:21:46 UTC
  • mto: This revision was merged to the branch mainline in revision 14560.
  • Revision ID: curtis.hovey@canonical.com-20111220102146-2ume9lo25mrjeysa
Moved logintoken to lp.verification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    UTC_NOW,
44
44
    )
45
45
from canonical.launchpad.database.librarian import TimeLimitedToken
46
 
from canonical.launchpad.database.logintoken import LoginToken
47
 
from canonical.launchpad.interfaces.authtoken import LoginTokenType
 
46
from lp.services.verification.model.logintoken import LoginToken
 
47
from lp.services.verification.interfaces.authtoken import LoginTokenType
48
48
from canonical.launchpad.interfaces.lpstorm import IMasterStore
49
49
from canonical.launchpad.scripts.tests import run_script
50
50
from canonical.launchpad.webapp.interfaces import (