| Index: build/android/pylib/host_driven/python_test_caller.py
|
| diff --git a/build/android/pylib/python_test_caller.py b/build/android/pylib/host_driven/python_test_caller.py
|
| similarity index 98%
|
| rename from build/android/pylib/python_test_caller.py
|
| rename to build/android/pylib/host_driven/python_test_caller.py
|
| index 882b8929976a9571f33196f79e1eda2f7eadcbf8..90fb9bb8dad2142cc931bb5bdcf3be780cd7c7e7 100644
|
| --- a/build/android/pylib/python_test_caller.py
|
| +++ b/build/android/pylib/host_driven/python_test_caller.py
|
| @@ -9,7 +9,7 @@ import logging
|
| import sys
|
| import time
|
|
|
| -from test_result import TestResults
|
| +from pylib.test_result import TestResults
|
|
|
|
|
| def CallPythonTest(test, options):
|
|
|