| Index: build/android/pylib/test_package_apk.py
|
| diff --git a/build/android/pylib/test_package_apk.py b/build/android/pylib/test_package_apk.py
|
| index 00768ea00b612897d43a246ee6b2805780bd8bbc..42b9ade68b33a506b3dc80fec29945b8f1706d63 100644
|
| --- a/build/android/pylib/test_package_apk.py
|
| +++ b/build/android/pylib/test_package_apk.py
|
| @@ -4,7 +4,6 @@
|
|
|
|
|
| import os
|
| -import pexpect
|
| import shlex
|
| import sys
|
| import tempfile
|
| @@ -13,7 +12,7 @@ import time
|
| import android_commands
|
| import constants
|
| from test_package import TestPackage
|
| -
|
| +from pylib import pexpect
|
|
|
| class TestPackageApk(TestPackage):
|
| """A helper class for running APK-based native tests.
|
|
|