Commit d8e2be59 authored by prasadv@chromium.org's avatar prasadv@chromium.org

Fix import as bisect_builder for post_perf_builder_job.

We recently moved to new directory structure, and while refactoring
we missed to specify localname for the module. crreve.com/282209

NOTRY=true
BUG=393057

Review URL: https://codereview.chromium.org/389453002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282476 0039d316-1c4b-4281-b951-d872f2087c98
parent be6feb8f
...@@ -54,7 +54,7 @@ import zipfile ...@@ -54,7 +54,7 @@ import zipfile
sys.path.append(os.path.join(os.path.dirname(__file__), 'telemetry')) sys.path.append(os.path.join(os.path.dirname(__file__), 'telemetry'))
from auto_bisect import bisect_utils from auto_bisect import bisect_utils
from auto_bisect import post_perf_builder_job from auto_bisect import post_perf_builder_job as bisect_builder
from telemetry.page import cloud_storage from telemetry.page import cloud_storage
# The additional repositories that might need to be bisected. # The additional repositories that might need to be bisected.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment