| Index: build/android/pylib/host_driven/test_runner.py
|
| diff --git a/build/android/pylib/host_driven/test_runner.py b/build/android/pylib/host_driven/test_runner.py
|
| index c7d6ed1ba59a75e85006389a9295c3b02a3dd089..53fd70f3dae1c56672559a1370dc0a38e5f5fc10 100644
|
| --- a/build/android/pylib/host_driven/test_runner.py
|
| +++ b/build/android/pylib/host_driven/test_runner.py
|
| @@ -11,9 +11,10 @@ import traceback
|
|
|
| from pylib.base import base_test_result
|
| from pylib.base import base_test_runner
|
| -from pylib.host_driven import test_case
|
| from pylib.instrumentation import test_result
|
|
|
| +import test_case
|
| +
|
|
|
| class HostDrivenExceptionTestResult(test_result.InstrumentationTestResult):
|
| """Test result corresponding to a python exception in a host-driven test."""
|
|
|