Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / build / android / pylib / host_driven / test_runner.py
index 53fd70f..c7d6ed1 100644 (file)
@@ -11,10 +11,9 @@ 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."""