| Index: slave/skia_slave_scripts/run_buildbot_self_tests.py
|
| diff --git a/slave/skia_slave_scripts/run_buildbot_self_tests.py b/slave/skia_slave_scripts/run_buildbot_self_tests.py
|
| index 16cc3b249840f434a59483be7b9085f0f1b1d059..7a237196f091d70904232e0573463726c84ec3a3 100755
|
| --- a/slave/skia_slave_scripts/run_buildbot_self_tests.py
|
| +++ b/slave/skia_slave_scripts/run_buildbot_self_tests.py
|
| @@ -8,8 +8,8 @@
|
| import sys
|
|
|
| from build_step import BuildStep
|
| -from utils import misc
|
| -from utils import shell_utils
|
| +from py.utils import misc
|
| +from py.utils import shell_utils
|
|
|
|
|
| class BuildbotSelfTests(BuildStep):
|
|
|