Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index c08fa601f376c279af6095cb210634e7f2a3b2dd..86355580b9bee1989a9d9a39ae382f54a1c345ee 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__), |