| Index: tools/telemetry/telemetry/page/actions/all_page_actions.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/all_page_actions.py b/tools/telemetry/telemetry/page/actions/all_page_actions.py
|
| index 7ba94e74885c26abe2e25649f96c1543b2405caa..86526daf4829996a8fcf79f815ec9bf1b7ac1c2a 100644
|
| --- a/tools/telemetry/telemetry/page/actions/all_page_actions.py
|
| +++ b/tools/telemetry/telemetry/page/actions/all_page_actions.py
|
| @@ -3,17 +3,6 @@
|
| # found in the LICENSE file.
|
|
|
| # pylint: disable=W0611
|
| -# TODO(nednguyen): Remove all of these imports when we done porting all actions
|
| -# to action_runner
|
| -from telemetry.page.actions.loop import LoopAction
|
| -from telemetry.page.actions.media_action import MediaAction
|
| -from telemetry.page.actions.pinch import PinchAction
|
| -from telemetry.page.actions.play import PlayAction
|
| -from telemetry.page.actions.reload import ReloadAction
|
| +# TODO(chrishenry): File no longer does anything. Delete once all import is
|
| +# deleted.
|
| # pylint: disable=C0301
|
| -from telemetry.page.actions.repaint_continuously import (
|
| - RepaintContinuouslyAction)
|
| -from telemetry.page.actions.scroll import ScrollAction
|
| -from telemetry.page.actions.scroll_bounce import ScrollBounceAction
|
| -from telemetry.page.actions.seek import SeekAction
|
| -from telemetry.page.actions.swipe import SwipeAction
|
|
|