Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index 4e228922f703bb65ada45872e5e7f39b27389379..2eb2e37469df6a2ce098b9c0866d3e29a20e7cf5 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -3,12 +3,12 @@ |
# found in the LICENSE file. |
"""Defines a set of constants shared by test runners and other scripts.""" |
+# pylint: disable=W0212 |
import collections |
import logging |
import os |
import subprocess |
-import sys |
DIR_SOURCE_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), |