Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3363)

Unified Diff: build/android/pylib/gtest/test_package_apk.py

Issue 132463007: Enable presubmit pylint in build/android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase vs tot and only disabling F0401 in specific spots Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/gtest/test_package.py ('k') | build/android/pylib/gtest/test_package_exe.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5aa473eca4c28106c3e0c1121bd773191c426ea2..1d39e4dc4ccc3cfd4317002e9683dfe0939d47d6 100644
--- a/build/android/pylib/gtest/test_package_apk.py
+++ b/build/android/pylib/gtest/test_package_apk.py
@@ -3,6 +3,7 @@
# found in the LICENSE file.
"""Defines TestPackageApk to help run APK-based native tests."""
+# pylint: disable=W0212
import logging
import os
@@ -12,12 +13,10 @@ 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 test_package import TestPackage
+from pylib.gtest.test_package import TestPackage
class TestPackageApk(TestPackage):
« no previous file with comments | « build/android/pylib/gtest/test_package.py ('k') | build/android/pylib/gtest/test_package_exe.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698