| Index: tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py
|
| diff --git a/tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py b/tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py
|
| index 352a3137e6d255617059c9148b5e646c86343c30..a2d282986fe6acdc00a7a60b45fbca47e49137ce 100644
|
| --- a/tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py
|
| +++ b/tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| from telemetry.core import exceptions
|
| -from telemetry.test import tab_test_case
|
| +from telemetry.unittest import tab_test_case
|
|
|
| class InspectorRuntimeTest(tab_test_case.TabTestCase):
|
| def testRuntimeEvaluateSimple(self):
|
|
|