Index: tools/perf/measurements/smoothness_controller.py |
diff --git a/tools/perf/measurements/smoothness_controller.py b/tools/perf/measurements/smoothness_controller.py |
index 20fbb1e62ab07101b543a71c4f1dc27a4682563f..89521a031ff631ceb96896d7bcaa53ef8b534db0 100644 |
--- a/tools/perf/measurements/smoothness_controller.py |
+++ b/tools/perf/measurements/smoothness_controller.py |
@@ -13,10 +13,9 @@ from telemetry.value import list_of_scalar_values |
from telemetry.value import scalar |
from telemetry.value import trace |
from telemetry.web_perf.metrics import smoothness |
+from telemetry.web_perf import smooth_gesture_util |
from telemetry.web_perf import timeline_interaction_record as tir_module |
-from measurements import smooth_gesture_util |
- |
RUN_SMOOTH_ACTIONS = 'RunSmoothAllActions' |