| Index: build/android/install_emulator_deps.py
|
| diff --git a/build/android/install_emulator_deps.py b/build/android/install_emulator_deps.py
|
| index 82d1c751373aaa1642890f110ed9179cfbedd19e..174faa782c70af3eec0617de077fd27ee39cbe98 100755
|
| --- a/build/android/install_emulator_deps.py
|
| +++ b/build/android/install_emulator_deps.py
|
| @@ -17,10 +17,10 @@ import re
|
| import shutil
|
| import sys
|
|
|
| -from pylib import cmd_helper
|
| +from devil.utils import cmd_helper
|
| +from devil.utils import run_tests_helper
|
| from pylib import constants
|
| from pylib import pexpect
|
| -from pylib.utils import run_tests_helper
|
|
|
| # Android API level
|
| DEFAULT_ANDROID_API_LEVEL = constants.ANDROID_SDK_VERSION
|
|
|