aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/test/common.py
diff options
context:
space:
mode:
authorRahul Chaudhry <rahulchaudhry@chromium.org>2015-12-22 16:12:07 -0800
committerchrome-bot <chrome-bot@chromium.org>2015-12-28 21:59:35 +0000
commitd7444b7a6d96440d0229d898401a59f141576381 (patch)
tree5bf6b50a235daa96e107dc0e442f89d540975974 /binary_search_tool/test/common.py
parent9959b1eb9166ed81840c7e08ff179f00a5448cf2 (diff)
downloadtoolchain-utils-d7444b7a6d96440d0229d898401a59f141576381.tar.gz
toolchain-utils: fix shebang related lint warnings.
This CL fixes all missing-shebang and bad-shebang lint warnings. BUG=chromium:570458 TEST='crosperf/run_tests.sh' passes. Change-Id: I41bd3516496b246e4e4a8ccc9f97fb25007738a7 Reviewed-on: https://chrome-internal-review.googlesource.com/243136 Commit-Ready: Rahul Chaudhry <rahulchaudhry@google.com> Tested-by: Rahul Chaudhry <rahulchaudhry@google.com> Reviewed-by: Luis Lozano <llozano@chromium.org>
Diffstat (limited to 'binary_search_tool/test/common.py')
-rwxr-xr-xbinary_search_tool/test/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary_search_tool/test/common.py b/binary_search_tool/test/common.py
index cc0a02e4..5a5a5241 100755
--- a/binary_search_tool/test/common.py
+++ b/binary_search_tool/test/common.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
DEFAULT_OBJECT_NUMBER = 1238
DEFAULT_BAD_OBJECT_NUMBER = 23