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

Unified Diff: infra_libs/ts_mon/common/monitors.py

Issue 1588623002: ts_mon: remove dependency on apiclient. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Remove gae_ts_mon/third_party Created 4 years, 11 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
« no previous file with comments | « appengine_module/gae_ts_mon/uritemplate ('k') | infra_libs/ts_mon/common/test/monitors_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra_libs/ts_mon/common/monitors.py
diff --git a/infra_libs/ts_mon/common/monitors.py b/infra_libs/ts_mon/common/monitors.py
index eb2433fb043950a38051eb95d96429d0a97a4a65..8e8d577dd976937f9e8251d831ea98a80713a5c2 100644
--- a/infra_libs/ts_mon/common/monitors.py
+++ b/infra_libs/ts_mon/common/monitors.py
@@ -9,7 +9,7 @@ import base64
import json
import logging
-from apiclient import discovery
+from googleapiclient import discovery
from oauth2client import gce
from oauth2client.client import GoogleCredentials
from oauth2client.file import Storage
« no previous file with comments | « appengine_module/gae_ts_mon/uritemplate ('k') | infra_libs/ts_mon/common/test/monitors_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698