| Index: build/android/pylib/gtest/test_package_apk.py
|
| diff --git a/build/android/pylib/gtest/test_package_apk.py b/build/android/pylib/gtest/test_package_apk.py
|
| index 1d39e4dc4ccc3cfd4317002e9683dfe0939d47d6..5aa473eca4c28106c3e0c1121bd773191c426ea2 100644
|
| --- a/build/android/pylib/gtest/test_package_apk.py
|
| +++ b/build/android/pylib/gtest/test_package_apk.py
|
| @@ -3,7 +3,6 @@
|
| # found in the LICENSE file.
|
|
|
| """Defines TestPackageApk to help run APK-based native tests."""
|
| -# pylint: disable=W0212
|
|
|
| import logging
|
| import os
|
| @@ -13,10 +12,12 @@ import tempfile
|
| import time
|
|
|
| from pylib import android_commands
|
| +from pylib import cmd_helper
|
| from pylib import constants
|
| from pylib import pexpect
|
| from pylib.android_commands import errors
|
| -from pylib.gtest.test_package import TestPackage
|
| +
|
| +from test_package import TestPackage
|
|
|
|
|
| class TestPackageApk(TestPackage):
|
|
|