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

Unified Diff: client/utils/oauth.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: client/utils/oauth.py
diff --git a/client/utils/oauth.py b/client/utils/oauth.py
index 55aa6646464a717b427f27908cd2ad52daaf8ea0..8ea29a2cc2e4855cc8f81749c88b49ff131dacd5 100644
--- a/client/utils/oauth.py
+++ b/client/utils/oauth.py
@@ -35,7 +35,7 @@ from pyasn1.codec.der import decoder
from pyasn1.type import univ
from oauth2client import client
-from oauth2client import multistore_file
+from oauth2client.contrib import multistore_file
from third_party import requests
from utils import tools

Powered by Google App Engine
This is Rietveld 408576698