| Index: slave/skia_slave_scripts/chrome_drt_canary_upload_results.py
|
| diff --git a/slave/skia_slave_scripts/chrome_drt_canary_upload_results.py b/slave/skia_slave_scripts/chrome_drt_canary_upload_results.py
|
| index 5491391788c6a2d92ea8c90d1129bb40413b5248..3223fc42f5c136350d694174d6e2789e53c629d2 100644
|
| --- a/slave/skia_slave_scripts/chrome_drt_canary_upload_results.py
|
| +++ b/slave/skia_slave_scripts/chrome_drt_canary_upload_results.py
|
| @@ -6,7 +6,7 @@
|
| """ Run this before running any tests. """
|
|
|
| from build_step import BuildStep
|
| -from utils import shell_utils
|
| +from py.utils import shell_utils
|
| from utils import upload_to_bucket
|
| import os
|
| import posixpath
|
|
|