summaryrefslogtreecommitdiff
path: root/cbuildbot/stages/release_stages_unittest.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2014-11-08 04:00:18 -0500
committerMike Frysinger <vapier@chromium.org>2014-11-21 04:42:40 +0000
commit1d4752b78eaad48cf7b7e33534a140576e669835 (patch)
tree0a78b251bc6e5f885c15ad7bee39743d32e89bc5 /cbuildbot/stages/release_stages_unittest.py
parentdc93692d31d084df441a0c9fae1013089eef3cef (diff)
downloadchromite-1d4752b78eaad48cf7b7e33534a140576e669835.tar.gz
lint: update support for pylint-1.x
This doesn't fix the new warnings, but makes `cros lint` work. BUG=chromium:431514 TEST=`cros lint <files>` no longer crashes TEST=`cros/commands/lint_unittest.py` passes Change-Id: I908abd03027cfc348ed3e74454d9cc0e556ca29d Reviewed-on: https://chromium-review.googlesource.com/228721 Reviewed-by: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>
Diffstat (limited to 'cbuildbot/stages/release_stages_unittest.py')
-rwxr-xr-xcbuildbot/stages/release_stages_unittest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cbuildbot/stages/release_stages_unittest.py b/cbuildbot/stages/release_stages_unittest.py
index 62ccc6c9b..769a83afc 100755
--- a/cbuildbot/stages/release_stages_unittest.py
+++ b/cbuildbot/stages/release_stages_unittest.py
@@ -5,6 +5,8 @@
"""Unittests for build stages."""
+# pylint: disable=bad-continuation
+
from __future__ import print_function
import os