| Index: tools/auto_bisect/fetch_build.py
|
| diff --git a/tools/auto_bisect/fetch_build.py b/tools/auto_bisect/fetch_build.py
|
| index b066646083f7b37f1502123be13202e480b30a40..2be7c97306d119769aa68a85b75221df8c6d3065 100644
|
| --- a/tools/auto_bisect/fetch_build.py
|
| +++ b/tools/auto_bisect/fetch_build.py
|
| @@ -23,7 +23,7 @@ import sys
|
| import zipfile
|
|
|
| # Telemetry (src/tools/telemetry) is expected to be in the PYTHONPATH.
|
| -from telemetry.util import cloud_storage
|
| +from catapult_base import cloud_storage
|
|
|
| import bisect_utils
|
|
|
|
|