| Index: build/android/pylib/host_driven/python_test_caller.py
|
| diff --git a/build/android/pylib/host_driven/python_test_caller.py b/build/android/pylib/host_driven/python_test_caller.py
|
| index 90fb9bb8dad2142cc931bb5bdcf3be780cd7c7e7..7800ad621b467a2cee1ede768356498a2ce41cac 100644
|
| --- a/build/android/pylib/host_driven/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 pylib.test_result import TestResults
|
| +from pylib.base.test_result import TestResults
|
|
|
|
|
| def CallPythonTest(test, options):
|
|
|