Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: appengine/components/components/net.py

Issue 1224913002: luci-config: fine-grained acls (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: identities in configs Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/components/components/config/validation_test.py ('k') | appengine/config_service/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/components/components/net.py
diff --git a/appengine/components/components/net.py b/appengine/components/components/net.py
index c4023932cf195544813fdf73a772007fce1abba4..714a2ae48e67d39565b3769c2c856f040e4b469b 100644
--- a/appengine/components/components/net.py
+++ b/appengine/components/components/net.py
@@ -16,6 +16,9 @@ from components import auth
from components import utils
+EMAIL_SCOPE = 'https://www.googleapis.com/auth/userinfo.email'
+
+
class Error(Exception):
"""Raised on non-transient errors."""
def __init__(self, msg, status_code, response):
« no previous file with comments | « appengine/components/components/config/validation_test.py ('k') | appengine/config_service/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698