From 11847ae54131569c5380d77f08f839f6142a6083 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 6 Oct 2019 11:44:10 -0400 Subject: 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 Commit-Ready: ChromeOS CL Exonerator Bot Legacy-Commit-Queue: Commit Bot Reviewed-by: George Burgess --- debug_info_test/debug_info_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_info_test/debug_info_test.py') 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 -- cgit v1.2.3