| Index: slave/skia_slave_scripts/do_auto_roll.py
|
| diff --git a/slave/skia_slave_scripts/do_auto_roll.py b/slave/skia_slave_scripts/do_auto_roll.py
|
| index 4a0f284fede702c00a27ebf56475415c49f1e422..c3be94e4a5f50ccbe9e5fc1185dca375039c70c8 100644
|
| --- a/slave/skia_slave_scripts/do_auto_roll.py
|
| +++ b/slave/skia_slave_scripts/do_auto_roll.py
|
| @@ -13,8 +13,8 @@ import sys
|
|
|
| from build_step import BuildStep
|
| from slave import slave_utils
|
| -from utils import misc
|
| -from utils import shell_utils
|
| +from py.utils import misc
|
| +from py.utils import shell_utils
|
|
|
| sys.path.append(misc.BUILDBOT_PATH)
|
|
|
|
|