Index: build/android/pylib/test_package_executable.py |
diff --git a/build/android/pylib/test_package_executable.py b/build/android/pylib/test_package_executable.py |
index 292bac40fc4c05bb4a4b846a1e323e9fd86c6c24..a11c768fbbb9b1f37dbeb95a04dfc3a914632a54 100644 |
--- a/build/android/pylib/test_package_executable.py |
+++ b/build/android/pylib/test_package_executable.py |
@@ -5,7 +5,6 @@ |
import logging |
import os |
-import pexpect |
import shutil |
import sys |
import tempfile |
@@ -13,6 +12,7 @@ import tempfile |
import cmd_helper |
import constants |
from test_package import TestPackage |
+from pylib import pexpect |
class TestPackageExecutable(TestPackage): |