From ec81ab043c0e15418010b05ba990dd6f3744c1a3 Mon Sep 17 00:00:00 2001 From: Anatol Pomazau Date: Sat, 24 Jan 2015 09:33:40 -0800 Subject: 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 Reviewed-by: Alexandru Stan Reviewed-by: Anatol Pomazau Tested-by: Anatol Pomazau Commit-Queue: Anatol Pomazau --- contrib/cros_tree_map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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. -- cgit v1.2.3