| Index: slave/skia_slave_scripts/run_gm_self_tests.py
|
| diff --git a/slave/skia_slave_scripts/run_gm_self_tests.py b/slave/skia_slave_scripts/run_gm_self_tests.py
|
| index a740d83acd141d10dfca49176a7aa2604b368dad..9f5147d257b1abf0b7d8e2162ca854cb78ab2c57 100755
|
| --- a/slave/skia_slave_scripts/run_gm_self_tests.py
|
| +++ b/slave/skia_slave_scripts/run_gm_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 RunGmSelfTests(BuildStep):
|
|
|