| Index: slave/skia_slave_scripts/run_tool_self_tests.py
|
| diff --git a/slave/skia_slave_scripts/run_tool_self_tests.py b/slave/skia_slave_scripts/run_tool_self_tests.py
|
| index 8caf356ddbbe73708aee0cd6cfab19b6d523f9f3..e0cb83b66c69366e9e2c77e4db6d083bd4b9c283 100755
|
| --- a/slave/skia_slave_scripts/run_tool_self_tests.py
|
| +++ b/slave/skia_slave_scripts/run_tool_self_tests.py
|
| @@ -9,7 +9,7 @@ import os
|
| import sys
|
|
|
| from build_step import BuildStep
|
| -from utils import shell_utils
|
| +from py.utils import shell_utils
|
|
|
|
|
| class RunToolSelfTests(BuildStep):
|
|
|