aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/test/is_good.py
diff options
context:
space:
mode:
authorCassidy Burden <cburden@google.com>2016-06-01 13:12:30 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-06-01 16:19:33 -0700
commit4a1e2c7b112f9a8b4afeff23686af5354c903738 (patch)
tree29d8793dff40d43fb12cf32ecbf3a676fe67e6c3 /binary_search_tool/test/is_good.py
parentc4d58d04b0f92b52c645f0b8a0fc1d5e5b983e5f (diff)
downloadtoolchain-utils-4a1e2c7b112f9a8b4afeff23686af5354c903738.tar.gz
Fix linting errors with binary search tool.
Fix basic style errors in BST tests and remove use of optparse across scripts. Change-Id: I4f484fb22ca6bb6849d79144bf7bdb7a38e49468 Reviewed-on: https://chrome-internal-review.googlesource.com/261739 Commit-Ready: Cassidy Burden <cburden@google.com> Tested-by: Cassidy Burden <cburden@google.com> Reviewed-by: Caroline Tice <cmtice@google.com> Reviewed-by: Han Shen <shenhan@google.com>
Diffstat (limited to 'binary_search_tool/test/is_good.py')
-rwxr-xr-xbinary_search_tool/test/is_good.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/binary_search_tool/test/is_good.py b/binary_search_tool/test/is_good.py
index a420aa59..586d6911 100755
--- a/binary_search_tool/test/is_good.py
+++ b/binary_search_tool/test/is_good.py
@@ -1,6 +1,8 @@
-#!/usr/bin/python
+#!/usr/bin/python2
"""Check to see if the working set produces a good executable."""
+from __future__ import print_function
+
import sys
import common