commit | 06162944abfc0cba869f7e783a7c5a7d94246288 | [log] [tgz] |
---|---|---|
author | jbudorick <[email protected]> | Thu Sep 03 18:00:57 2015 |
committer | Commit bot <[email protected]> | Thu Sep 03 18:02:10 2015 |
tree | b7172c78dfdeb730c65bd04591e946fa613c9083 | |
parent | 5e8b151370a6c7da45eea3ebe9e0b7513c119a6b [diff] [blame] |
[Android][telemetry] Update pylib imports for modules that moved into devil. BUG=476719 Review URL: https://codereview.chromium.org/1314313004 Cr-Commit-Position: refs/heads/master@{#347187}
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py index b2eda0fa..2e4c42ef 100755 --- a/build/android/buildbot/bb_device_steps.py +++ b/build/android/buildbot/bb_device_steps.py
@@ -18,8 +18,8 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import provision_devices +from devil.android import device_utils from pylib import constants -from pylib.device import device_utils from pylib.gtest import gtest_config CHROME_SRC_DIR = bb_utils.CHROME_SRC