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

Unified Diff: infra_libs/ts_mon/test/stubs.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/ts_mon/test/standard_metrics_test.py ('k') | infra_libs/ts_mon/test/targets_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra_libs/ts_mon/test/stubs.py
diff --git a/infra_libs/ts_mon/test/stubs.py b/infra_libs/ts_mon/test/stubs.py
index 0aeeb0851d9b8453fca3d71551c6ac667b998876..d60d1bfabd6297ca09ea4236332b12bc354077c8 100644
--- a/infra_libs/ts_mon/test/stubs.py
+++ b/infra_libs/ts_mon/test/stubs.py
@@ -6,7 +6,7 @@ import mock
from infra_libs.ts_mon import interface
from infra_libs.ts_mon import monitors
-from infra_libs.ts_mon import targets
+from infra_libs.ts_mon.common import targets
class MockState(interface.State): # pragma: no cover
« no previous file with comments | « infra_libs/ts_mon/test/standard_metrics_test.py ('k') | infra_libs/ts_mon/test/targets_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698