diff options
author | jbudorick@chromium.org <jbudorick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-11 01:47:41 +0000 |
---|---|---|
committer | jbudorick@chromium.org <jbudorick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-11 01:47:41 +0000 |
commit | e9ee6ec3781ba8bbbc2849d641a2d48b29cb3692 (patch) | |
tree | 8d678419e5e1a821e72c1061b35d859ccf9d7083 /build/android/host_heartbeat.py | |
parent | 6cd9550e4d3bb0b44afbe0f8e07fafa7d33a5be4 (diff) | |
download | chromium_src-e9ee6ec3781ba8bbbc2849d641a2d48b29cb3692.zip chromium_src-e9ee6ec3781ba8bbbc2849d641a2d48b29cb3692.tar.gz chromium_src-e9ee6ec3781ba8bbbc2849d641a2d48b29cb3692.tar.bz2 |
Revert of Enable presubmit pylint in build/android. (https://codereview.chromium.org/132463007/)
Reason for revert:
This patch is probably the cause of crbug.com/342539.
Original issue's description:
> Enable presubmit pylint in build/android.
>
> BUG=168518
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=249793
TBR=craigdh@chromium.org,frankf@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=168518
Review URL: https://codereview.chromium.org/153743008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250269 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/host_heartbeat.py')
-rwxr-xr-x | build/android/host_heartbeat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/host_heartbeat.py b/build/android/host_heartbeat.py index 6e011e2..8321a77 100755 --- a/build/android/host_heartbeat.py +++ b/build/android/host_heartbeat.py @@ -7,8 +7,8 @@ """Sends a heart beat pulse to the currently online Android devices. This heart beat lets the devices know that they are connected to a host. """ -# pylint: disable=W0702 +import os import sys import time |