| Index: slave/skia_slave_scripts/apply_patch.py
|
| diff --git a/slave/skia_slave_scripts/apply_patch.py b/slave/skia_slave_scripts/apply_patch.py
|
| index 7b2b4cb82ccf54a271c2c49b69812bde2c82e96b..6d334aa6f825fe8235a3696f19454e4f52c275a1 100644
|
| --- a/slave/skia_slave_scripts/apply_patch.py
|
| +++ b/slave/skia_slave_scripts/apply_patch.py
|
| @@ -9,8 +9,8 @@
|
|
|
| from ast import literal_eval
|
| from build_step import BuildStep, BuildStepFailure
|
| -from utils import shell_utils
|
| -from utils.git_utils import GIT
|
| +from py.utils import shell_utils
|
| +from py.utils.git_utils import GIT
|
| import os
|
| import shutil
|
| import sys
|
|
|