| 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):
|
|
|