~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/externalbugtracker-trac-lp-plugin.txt

  • 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:
30
30
Trac to validate $token and return a Set-Cookie header.
31
31
 
32
32
    >>> import random
33
 
    >>> from canonical.config import config
34
 
    >>> from canonical.launchpad.interfaces.logintoken import ILoginTokenSet
 
33
    >>> from lp.services.verification.interfaces.logintoken import (
 
34
    ...     ILoginTokenSet)
35
35
    >>> from canonical.launchpad.webapp.url import urlappend
36
36
    >>> from lp.testing.dbuser import lp_dbuser
37
37