Index: build/android/pylib/gtest/test_package_executable.py |
diff --git a/build/android/pylib/test_package_executable.py b/build/android/pylib/gtest/test_package_executable.py |
similarity index 99% |
rename from build/android/pylib/test_package_executable.py |
rename to build/android/pylib/gtest/test_package_executable.py |
index cafe99c1c2342a9a51c7a9b60fe989ffee0f94bb..1dc56e892906e20fc59b65a3d17a5b5b9b5f4c28 100644 |
--- a/build/android/pylib/test_package_executable.py |
+++ b/build/android/pylib/gtest/test_package_executable.py |
@@ -9,11 +9,12 @@ import shutil |
import sys |
import tempfile |
-import cmd_helper |
-import constants |
-from test_package import TestPackage |
+from pylib import cmd_helper |
+from pylib import constants |
from pylib import pexpect |
+from test_package import TestPackage |
+ |
class TestPackageExecutable(TestPackage): |
"""A helper class for running stand-alone executables.""" |