summaryrefslogtreecommitdiffstats
path: root/tools/auto_bisect
diff options
context:
space:
mode:
authornednguyen <nednguyen@google.com>2015-06-09 21:24:05 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-10 04:24:42 +0000
commit978580d320a77bdc0216a919ea15bdbbed6480a8 (patch)
tree9e83e293952e5db9595b77f3c581dbbcc4b39970 /tools/auto_bisect
parentfb546c9a2d87688739a25a024e1f047c3bf4b20b (diff)
downloadchromium_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.py2
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