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

Unified Diff: infra_libs/httplib2_utils.py

Issue 1260293009: make version of ts_mon compatible with appengine (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fix remaining test problems Created 5 years, 4 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: infra_libs/httplib2_utils.py
diff --git a/infra_libs/httplib2_utils.py b/infra_libs/httplib2_utils.py
index bcee2a47086406537301ac06b1424d6b619af205..89d9c452057284d3315c65c2208eb4f165a42381 100644
--- a/infra_libs/httplib2_utils.py
+++ b/infra_libs/httplib2_utils.py
@@ -10,7 +10,7 @@ import time
import httplib2
import oauth2client.client
-from infra_libs import http_metrics
+from infra_libs.ts_mon.common import http_metrics
DEFAULT_SCOPES = ['email']

Powered by Google App Engine
This is Rietveld 408576698