From e9ee6ec3781ba8bbbc2849d641a2d48b29cb3692 Mon Sep 17 00:00:00 2001 From: "jbudorick@chromium.org" Date: Tue, 11 Feb 2014 01:47:41 +0000 Subject: 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 --- build/android/host_heartbeat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/android/host_heartbeat.py') 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 -- cgit v1.1