~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/oauth/interfaces.py

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:49:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224174930-xk1d5cvhyxq46ctf
Moved webapp to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    )
40
40
 
41
41
from lp import _
42
 
from lp.registry.interfaces.person import IPerson
43
42
from lp.services.webapp.interfaces import (
44
43
    AccessLevel,
45
44
    OAuthPermission,
46
45
    )
 
46
from lp.registry.interfaces.person import IPerson
47
47
 
48
48
# The challenge included in responses with a 401 status.
49
49
OAUTH_REALM = 'https://api.launchpad.net'