| Index: tools/telemetry/telemetry/page/actions/loop.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/loop.py b/tools/telemetry/telemetry/page/actions/loop.py
|
| index db6c22007c777cc5a6ebe96fa79fa36d79d6e022..1e968293a1b4e3a0e488f345f65b36ba404df621 100644
|
| --- a/tools/telemetry/telemetry/page/actions/loop.py
|
| +++ b/tools/telemetry/telemetry/page/actions/loop.py
|
| @@ -15,8 +15,8 @@ Action attributes are:
|
| """
|
|
|
| from telemetry.core import exceptions
|
| +from telemetry.page.actions import media_action
|
| from telemetry.page.actions import page_action
|
| -import telemetry.page.actions.media_action as media_action
|
|
|
|
|
| class LoopAction(media_action.MediaAction):
|
|
|