Index: tools/telemetry/telemetry/page/actions/play_unittest.py |
diff --git a/tools/telemetry/telemetry/page/actions/play_unittest.py b/tools/telemetry/telemetry/page/actions/play_unittest.py |
index 1d982055d811b64ae116140e9e96493037dd58e2..d0db1ae4b676defe2238acb443c80a260211f1bd 100644 |
--- a/tools/telemetry/telemetry/page/actions/play_unittest.py |
+++ b/tools/telemetry/telemetry/page/actions/play_unittest.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. |
-from telemetry import decorators |
from telemetry.core import exceptions |
+from telemetry import decorators |
from telemetry.page.actions import play |
from telemetry.unittest_util import tab_test_case |