| Index: build/android/adb_logcat_printer.py
|
| diff --git a/build/android/adb_logcat_printer.py b/build/android/adb_logcat_printer.py
|
| index f79a9e4771a02c50146a9193ff3bdeaebcf44ba2..8e69a2c417936d20094e0b6bc228168d467ee73a 100755
|
| --- a/build/android/adb_logcat_printer.py
|
| +++ b/build/android/adb_logcat_printer.py
|
| @@ -17,7 +17,6 @@ Additionally, if a <base_dir>/LOGCAT_MONITOR_PID exists, the script
|
| will attempt to terminate the contained PID by sending a SIGINT and
|
| monitoring for the deletion of the aforementioned file.
|
| """
|
| -# pylint: disable=W0702
|
|
|
| import cStringIO
|
| import logging
|
|
|