From 957b9033fbe6a8f384a30f0b3d261442344e27e4 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Thu, 1 Jun 2023 12:17:37 -0700 Subject: [PATCH] [scripts][python] Move a few more scripts from python2 to python3 Turns out they were already python3 safe, so just switch to requested version over. --- arch/arm/stackusage | 2 +- platform/zynq/mkbootheader.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/stackusage b/arch/arm/stackusage index cac7ce3c07..d675b7e81f 100755 --- a/arch/arm/stackusage +++ b/arch/arm/stackusage @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import sys import re diff --git a/platform/zynq/mkbootheader.py b/platform/zynq/mkbootheader.py index da615e96d7..95753cc481 100755 --- a/platform/zynq/mkbootheader.py +++ b/platform/zynq/mkbootheader.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # generates Zynq bootrom header from input payout