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

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: fine-grained acls for service 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
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):

Powered by Google App Engine
This is Rietveld 408576698