~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/scripts/garbo.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 17:18:38 UTC
  • mfrom: (14557.1.20 login-token-apocalyse)
  • Revision ID: launchpad@pqm.canonical.com-20111220171838-t5bzp4y0hjmxxqze
[rs=sinzui][no-qa] migrate logintoken, launchpad statistics,
        and feeds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    sqlvalues,
45
45
    )
46
46
from canonical.launchpad.database.librarian import TimeLimitedToken
47
 
from canonical.launchpad.database.logintoken import LoginToken
 
47
from lp.services.verification.model.logintoken import LoginToken
48
48
from canonical.launchpad.interfaces.lpstorm import IMasterStore
49
49
from canonical.launchpad.utilities.looptuner import TunableLoop
50
50
from canonical.launchpad.webapp.interfaces import (