summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAnatol Pomazau <anatol@chromium.org>2015-01-24 09:33:40 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-01-30 05:11:25 +0000
commitec81ab043c0e15418010b05ba990dd6f3744c1a3 (patch)
tree233b680b42267f92cbc50f1a4b27e03c2409628f /contrib
parent6b1fc7524a07308603c3600d3bc8638b5c6b7a85 (diff)
downloadchromite-ec81ab043c0e15418010b05ba990dd6f3744c1a3.tar.gz
use /usr/bin/python2 in shebangs
Per the pep-0394 recommendation, version specific python scripts should specify the interpreter version needed for it. Use python2 as the code does not work with python3 currently. TEST=Run on Arch BUG=None Change-Id: Id495337af967b1f0931b37092aaf1aa84cfce373 Reviewed-on: https://chromium-review.googlesource.com/243103 Reviewed-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Alexandru Stan <amstan@chromium.org> Reviewed-by: Anatol Pomazau <anatol@google.com> Tested-by: Anatol Pomazau <anatol@google.com> Commit-Queue: Anatol Pomazau <anatol@google.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cros_tree_map2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cros_tree_map b/contrib/cros_tree_map
index 3d2aefc9b..0d379d5f2 100755
--- a/contrib/cros_tree_map
+++ b/contrib/cros_tree_map
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.