~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/team.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:
70
70
 
71
71
from canonical.config import config
72
72
from canonical.launchpad import _
73
 
from canonical.launchpad.interfaces.authtoken import LoginTokenType
74
 
from canonical.launchpad.interfaces.logintoken import ILoginTokenSet
 
73
from lp.services.verification.interfaces.authtoken import LoginTokenType
 
74
from lp.services.verification.interfaces.logintoken import ILoginTokenSet
75
75
from canonical.launchpad.webapp import (
76
76
    ApplicationMenu,
77
77
    canonical_url,