| Index: slave/skia_slave_scripts/chrome_drt_canary_run_webkit_tests.py
|
| diff --git a/slave/skia_slave_scripts/chrome_drt_canary_run_webkit_tests.py b/slave/skia_slave_scripts/chrome_drt_canary_run_webkit_tests.py
|
| index 3f5f4440a9441b0e3a9b019628b01cdef8a7622d..bd7b1f060e725ff56cef47118d071394af6cca23 100644
|
| --- a/slave/skia_slave_scripts/chrome_drt_canary_run_webkit_tests.py
|
| +++ b/slave/skia_slave_scripts/chrome_drt_canary_run_webkit_tests.py
|
| @@ -6,7 +6,7 @@
|
| """ Run the WebKit tests. """
|
|
|
| from build_step import BuildStep, BuildStepWarning
|
| -from utils import shell_utils
|
| +from py.utils import shell_utils
|
| import os
|
| import sys
|
|
|
|
|