| Index: client/third_party/google/oauth2/__init__.py
|
| diff --git a/appengine/third_party/googleapiclient/__init__.py b/client/third_party/google/oauth2/__init__.py
|
| similarity index 88%
|
| copy from appengine/third_party/googleapiclient/__init__.py
|
| copy to client/third_party/google/oauth2/__init__.py
|
| index 1e1a6cf6d7612dd80d1d2dc29b6b57d091d5029b..6d3ee7f98db8ae1b2470d34e3bc389d1ba3f4749 100644
|
| --- a/appengine/third_party/googleapiclient/__init__.py
|
| +++ b/client/third_party/google/oauth2/__init__.py
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2014 Google Inc. All Rights Reserved.
|
| +# Copyright 2016 Google Inc.
|
| #
|
| # Licensed under the Apache License, Version 2.0 (the "License");
|
| # you may not use this file except in compliance with the License.
|
| @@ -12,4 +12,4 @@
|
| # See the License for the specific language governing permissions and
|
| # limitations under the License.
|
|
|
| -__version__ = "1.3.1"
|
| +"""Google OAuth 2.0 Library for Python."""
|
|
|