| Index: slave/skia_slave_scripts/check_for_regressions.py
|
| diff --git a/slave/skia_slave_scripts/check_for_regressions.py b/slave/skia_slave_scripts/check_for_regressions.py
|
| index 16056e4a7f18b55a443504ab86c4da8a64d6e0cf..c53c584658cabe94a75777403016f0df783aee3e 100644
|
| --- a/slave/skia_slave_scripts/check_for_regressions.py
|
| +++ b/slave/skia_slave_scripts/check_for_regressions.py
|
| @@ -6,7 +6,7 @@
|
| """ Check for regressions in bench data. """
|
|
|
| from build_step import BuildStep
|
| -from utils import shell_utils
|
| +from py.utils import shell_utils
|
|
|
| import builder_name_schema
|
| import os
|
|
|