| Index: build/android/buildbot/bb_device_status_check.py
|
| diff --git a/build/android/buildbot/bb_device_status_check.py b/build/android/buildbot/bb_device_status_check.py
|
| index eb1e5d96aff7f2cadb4e48204b456ffbe6aeda71..6dd5ca506b23c7cda32e85c90060f9dd8dcd591f 100755
|
| --- a/build/android/buildbot/bb_device_status_check.py
|
| +++ b/build/android/buildbot/bb_device_status_check.py
|
| @@ -16,7 +16,6 @@
|
| import sys
|
|
|
| sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
| -import devil_chromium
|
| from devil.android import battery_utils
|
| from devil.android import device_blacklist
|
| from devil.android import device_errors
|
| @@ -311,8 +310,6 @@
|
|
|
| run_tests_helper.SetLogLevel(args.verbose)
|
|
|
| - devil_chromium.Initialize()
|
| -
|
| blacklist = (device_blacklist.Blacklist(args.blacklist_file)
|
| if args.blacklist_file
|
| else None)
|
|
|