| Index: reviewbot/third_party/google-api-python-client/oauth2client/__init__.py
|
| ===================================================================
|
| --- reviewbot/third_party/google-api-python-client/oauth2client/__init__.py (revision 0)
|
| +++ reviewbot/third_party/google-api-python-client/oauth2client/__init__.py (revision 0)
|
| @@ -0,0 +1,5 @@
|
| +__version__ = "1.1"
|
| +
|
| +GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
|
| +GOOGLE_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke'
|
| +GOOGLE_TOKEN_URI = 'https://accounts.google.com/o/oauth2/token'
|
|
|
| Property changes on: reviewbot/third_party/google-api-python-client/oauth2client/__init__.py
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|