Index: tools/telemetry/telemetry/page/actions/action_runner.py |
diff --git a/tools/telemetry/telemetry/page/actions/action_runner.py b/tools/telemetry/telemetry/page/actions/action_runner.py |
index 1bd11d3514268b767343445afc517d36315fbd24..3e66ffc4545b809bdfb2fb8ef5f49fd2d641ef0f 100644 |
--- a/tools/telemetry/telemetry/page/actions/action_runner.py |
+++ b/tools/telemetry/telemetry/page/actions/action_runner.py |
@@ -9,8 +9,8 @@ from telemetry.page.actions.loop import LoopAction |
from telemetry.page.actions.navigate import NavigateAction |
from telemetry.page.actions.pinch import PinchAction |
from telemetry.page.actions.play import PlayAction |
-from telemetry.page.actions.repaint_continuously import ( |
- RepaintContinuouslyAction) |
+from telemetry.page.actions. \ |
+ repaint_continuously import RepaintContinuouslyAction |
chrishenry
2014/08/07 23:13:37
Let's just put this in 1 line.
nednguyen
2014/08/08 01:13:27
This will block the CQ.
|
from telemetry.page.actions.scroll import ScrollAction |
from telemetry.page.actions.scroll_bounce import ScrollBounceAction |
from telemetry.page.actions.seek import SeekAction |