diff options
author | nednguyen <nednguyen@google.com> | 2015-06-09 21:24:05 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-10 04:24:42 +0000 |
commit | 978580d320a77bdc0216a919ea15bdbbed6480a8 (patch) | |
tree | 9e83e293952e5db9595b77f3c581dbbcc4b39970 /tools/auto_bisect | |
parent | fb546c9a2d87688739a25a024e1f047c3bf4b20b (diff) | |
download | chromium_src-978580d320a77bdc0216a919ea15bdbbed6480a8.zip chromium_src-978580d320a77bdc0216a919ea15bdbbed6480a8.tar.gz chromium_src-978580d320a77bdc0216a919ea15bdbbed6480a8.tar.bz2 |
Fix reference to cloud_storage.
BUG=Bisect bot no longer works.
TBR=prasadv@chromium.org, aiolos@chromium.org
TEST=https://codereview.chromium.org/1177623004
Review URL: https://codereview.chromium.org/1169413003
Cr-Commit-Position: refs/heads/master@{#333682}
Diffstat (limited to 'tools/auto_bisect')
-rw-r--r-- | tools/auto_bisect/fetch_build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/auto_bisect/fetch_build.py b/tools/auto_bisect/fetch_build.py index b066646..2be7c97 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 |