Chromium Code Reviews| 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 b942b5c077b00391476de528754b029284594f3c..b54ee8f80fa04689077e44e12216bd22a30c6c9d 100644 |
| --- a/tools/telemetry/telemetry/page/actions/action_runner.py |
| +++ b/tools/telemetry/telemetry/page/actions/action_runner.py |
| @@ -2,8 +2,8 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -import time |
| import logging |
| +import time |
| import urlparse |
| from telemetry.page.actions.drag import DragAction |