aboutsummaryrefslogtreecommitdiff
path: root/debug_info_test/debug_info_test.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2019-10-06 11:44:10 -0400
committerchrome-bot <chrome-bot@chromium.org>2019-10-09 09:52:28 -0700
commit11847ae54131569c5380d77f08f839f6142a6083 (patch)
treecec508303aec081c2a146fe4cb435473b4e723a7 /debug_info_test/debug_info_test.py
parent2a197341d04799f6b4f5d4c952a06add9a5feda2 (diff)
downloadtoolchain-utils-11847ae54131569c5380d77f08f839f6142a6083.tar.gz
set shebangs to python2
These scripts aren't ported to python3, so set the shebang to python2. BUG=chromium:1011676 TEST=CQ passes Change-Id: I192b50bc8b4d682fd562c75b479b68bffa9eab61 Reviewed-on: https://chromium-review.googlesource.com/1843911 Tested-by: Mike Frysinger <vapier@chromium.org> Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org> Reviewed-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'debug_info_test/debug_info_test.py')
-rwxr-xr-xdebug_info_test/debug_info_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_info_test/debug_info_test.py b/debug_info_test/debug_info_test.py
index f5afd644..4839e69c 100755
--- a/debug_info_test/debug_info_test.py
+++ b/debug_info_test/debug_info_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be