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

Unified Diff: infra_libs/test/instrumented_requests_test.py

Issue 1260293009: make version of ts_mon compatible with appengine (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: add noncululativedistribution metric to ts_mon imports 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
« no previous file with comments | « infra_libs/test/httplib2_utils_test.py ('k') | infra_libs/ts_mon/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra_libs/test/instrumented_requests_test.py
diff --git a/infra_libs/test/instrumented_requests_test.py b/infra_libs/test/instrumented_requests_test.py
index c6a576c294e41fe70c45ea70bbb14e0866273a81..927ed3f75a07bcefce70789211b4a37bb029f09d 100644
--- a/infra_libs/test/instrumented_requests_test.py
+++ b/infra_libs/test/instrumented_requests_test.py
@@ -5,7 +5,7 @@
import datetime
import unittest
-from infra_libs import http_metrics
+from infra_libs.ts_mon.common import http_metrics
from infra_libs import instrumented_requests
import requests
« no previous file with comments | « infra_libs/test/httplib2_utils_test.py ('k') | infra_libs/ts_mon/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698