summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Pomazau <anatol@google.com>2015-02-19 04:40:05 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-02-19 21:16:54 +0000
commita0f7ab5567529af71516559773eca2557f8d8005 (patch)
tree7afdd65f59c9b1f3cb7c4e96600b0b302593641e
parent07d9043da43ddce10406f56a040fb5a240747282 (diff)
downloadvboot-a0f7ab5567529af71516559773eca2557f8d8005.tar.gz
Use /usr/bin/python2 in shebangs
Per the pep-0394 recommendation, version specific python scripts should specify the interpreter version. TEST=Run tests on a system with python3 default BUG=None Change-Id: I83e98f3bb0235230293819104570930085788398 Reviewed-on: https://chromium-review.googlesource.com/251132 Reviewed-by: Mike Frysinger <vapier@chromium.org> Tested-by: Anatol Pomazau <anatol@google.com> Commit-Queue: Anatol Pomazau <anatol@google.com>
-rwxr-xr-xtests/bitmaps/TestBmpBlock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bitmaps/TestBmpBlock.py b/tests/bitmaps/TestBmpBlock.py
index 8f47fe42..2fcfd665 100755
--- a/tests/bitmaps/TestBmpBlock.py
+++ b/tests/bitmaps/TestBmpBlock.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python2 -tt
#
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be