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

Unified Diff: client/third_party/googleapiclient/discovery_cache/file_cache.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/third_party/googleapiclient/discovery_cache/file_cache.py
diff --git a/client/third_party/googleapiclient/discovery_cache/file_cache.py b/client/third_party/googleapiclient/discovery_cache/file_cache.py
index ce540f02bd3d0aa4f0b88baed0f3cd5e00f29e1c..8b0301d2ff27445b52a74f7f6b02158e2511e0d4 100644
--- a/client/third_party/googleapiclient/discovery_cache/file_cache.py
+++ b/client/third_party/googleapiclient/discovery_cache/file_cache.py
@@ -29,7 +29,7 @@ import os
import tempfile
import threading
-from oauth2client.locked_file import LockedFile
+from oauth2client.contrib.locked_file import LockedFile
from . import base
from ..discovery_cache import DISCOVERY_DOC_MAX_AGE

Powered by Google App Engine
This is Rietveld 408576698