From ac8b4dbfecea9f42fd602c288f4a1ff3fc1fc93c Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Tue, 27 Oct 2020 16:03:06 -0700 Subject: [PATCH] util,misc: Altered cpt_upgrader.py shebang to Python3 This script is necessisary for compilation yet is dependent on Python2. On a pure Python3 system, this results in a compilation failure. This script works fine with Python3. Change-Id: Ib1470a76d65455e727041686788c08f385e7251a Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/36715 Tested-by: kokoro Maintainer: Gabe Black Maintainer: Andreas Sandberg Reviewed-by: Hoa Nguyen Reviewed-by: Andreas Sandberg Reviewed-by: Jason Lowe-Power --- util/cpt_upgrader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cpt_upgrader.py b/util/cpt_upgrader.py index 96dcaf6fd..98875e33d 100755 --- a/util/cpt_upgrader.py +++ b/util/cpt_upgrader.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2012-2013,2015-2016, 2020 ARM Limited # All rights reserved -- 2.30.2