| Index: build/android/pylib/instrumentation/test_package.py
|
| diff --git a/build/android/pylib/instrumentation/test_package.py b/build/android/pylib/instrumentation/test_package.py
|
| index 79b2fc9737f6346fc9f9bf94a924946d8a93d044..34f9fe867ac468d408b5a760de9091d707339c2c 100644
|
| --- a/build/android/pylib/instrumentation/test_package.py
|
| +++ b/build/android/pylib/instrumentation/test_package.py
|
| @@ -6,9 +6,10 @@
|
|
|
| import os
|
|
|
| -from pylib.instrumentation import test_jar
|
| from pylib.utils import apk_helper
|
|
|
| +import test_jar
|
| +
|
|
|
| class TestPackage(test_jar.TestJar):
|
| def __init__(self, apk_path, jar_path):
|
|
|