Chromium Code Reviews

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

Issue 1221643020: config services: services.cfg and validation (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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