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

Unified Diff: appengine/swarming/server/bot_archive.py

Issue 1768993002: Update oauth2client to v2.0.1 and googleapiclient to v1.5.0. Base URL: git@github.com:luci/luci-py.git@master
Patch Set: . Created 4 years, 9 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: appengine/swarming/server/bot_archive.py
diff --git a/appengine/swarming/server/bot_archive.py b/appengine/swarming/server/bot_archive.py
index 46eb99c9957685682536bbc3a44c3aa5194c4a3c..55fafbf930d91decdd249a8ddb01dbca02706948 100644
--- a/appengine/swarming/server/bot_archive.py
+++ b/appengine/swarming/server/bot_archive.py
@@ -63,19 +63,20 @@ FILES = (
'third_party/oauth2client/__init__.py',
'third_party/oauth2client/_helpers.py',
'third_party/oauth2client/_openssl_crypt.py',
+ 'third_party/oauth2client/_pure_python_crypt.py',
'third_party/oauth2client/_pycrypto_crypt.py',
'third_party/oauth2client/client.py',
'third_party/oauth2client/clientsecrets.py',
+ 'third_party/oauth2client/contrib/__init__.py',
+ 'third_party/oauth2client/contrib/gce.py',
+ 'third_party/oauth2client/contrib/locked_file.py',
+ 'third_party/oauth2client/contrib/multistore_file.py',
+ 'third_party/oauth2client/contrib/xsrfutil.py',
'third_party/oauth2client/crypt.py',
'third_party/oauth2client/file.py',
- 'third_party/oauth2client/gce.py',
- 'third_party/oauth2client/keyring_storage.py',
- 'third_party/oauth2client/locked_file.py',
- 'third_party/oauth2client/multistore_file.py',
'third_party/oauth2client/service_account.py',
'third_party/oauth2client/tools.py',
'third_party/oauth2client/util.py',
- 'third_party/oauth2client/xsrfutil.py',
'third_party/pyasn1/pyasn1/__init__.py',
'third_party/pyasn1/pyasn1/codec/__init__.py',
'third_party/pyasn1/pyasn1/codec/ber/__init__.py',

Powered by Google App Engine
This is Rietveld 408576698