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

Unified Diff: third_party/google_api_python_client/googleapiclient/__init__.py

Issue 963953003: OAuth2 support in depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: restore git_cl Created 5 years, 8 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: third_party/google_api_python_client/googleapiclient/__init__.py
diff --git a/third_party/gsutil/gslib/addlhelp/__init__.py b/third_party/google_api_python_client/googleapiclient/__init__.py
similarity index 79%
copy from third_party/gsutil/gslib/addlhelp/__init__.py
copy to third_party/google_api_python_client/googleapiclient/__init__.py
index 5bd7ff979927da8d70986cc0114af8198594f3c1..1e1a6cf6d7612dd80d1d2dc29b6b57d091d5029b 100644
--- a/third_party/gsutil/gslib/addlhelp/__init__.py
+++ b/third_party/google_api_python_client/googleapiclient/__init__.py
@@ -1,10 +1,10 @@
-# Copyright 2012 Google Inc. All Rights Reserved.
+# Copyright 2014 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-"""Package marker file."""
+__version__ = "1.3.1"

Powered by Google App Engine
This is Rietveld 408576698