| Index: tools/perf/measurements/repaint_unittest.py
|
| diff --git a/tools/perf/measurements/repaint_unittest.py b/tools/perf/measurements/repaint_unittest.py
|
| index 7964e4e71c6990aa30099bc2e6f6651feec2685e..d71fd51df79d30cf95a42686f67d693e723c9078 100644
|
| --- a/tools/perf/measurements/repaint_unittest.py
|
| +++ b/tools/perf/measurements/repaint_unittest.py
|
| @@ -2,13 +2,14 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from measurements import repaint
|
| -from telemetry import decorators
|
| from telemetry.core import wpr_modes
|
| +from telemetry import decorators
|
| from telemetry.page import page as page_module
|
| from telemetry.unittest_util import options_for_unittests
|
| from telemetry.unittest_util import page_test_test_case
|
|
|
| +from measurements import repaint
|
| +
|
|
|
| class TestRepaintPage(page_module.Page):
|
| def __init__(self, page_set, base_dir):
|
|
|