From fdd68cfde394ea6caba76cd8375c0bfa5bfa1908 Mon Sep 17 00:00:00 2001 From: Amin Ben Ramdhane Date: Tue, 13 Jul 2021 11:21:49 +0100 Subject: [PATCH] Update the shell interpreter to python3 instead of python2 --- tools/bbf_common.py | 2 +- tools/generate_dm_c.py | 2 +- tools/generate_dm_excel.py | 2 +- tools/generate_dm_json.py | 2 +- tools/generate_dm_xml.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/bbf_common.py b/tools/bbf_common.py index 6c20d148..31f75cdc 100755 --- a/tools/bbf_common.py +++ b/tools/bbf_common.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Copyright (C) 2021 iopsys Software Solutions AB # Author: Amin Ben Ramdhane diff --git a/tools/generate_dm_c.py b/tools/generate_dm_c.py index 56636b1d..b57e07e9 100755 --- a/tools/generate_dm_c.py +++ b/tools/generate_dm_c.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Copyright (C) 2021 iopsys Software Solutions AB # Author: Amin Ben Ramdhane diff --git a/tools/generate_dm_excel.py b/tools/generate_dm_excel.py index 59ea8d2c..c2efcb19 100755 --- a/tools/generate_dm_excel.py +++ b/tools/generate_dm_excel.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Copyright (C) 2021 iopsys Software Solutions AB # Author: Amin Ben Ramdhane diff --git a/tools/generate_dm_json.py b/tools/generate_dm_json.py index 929b2595..d3f78cc5 100755 --- a/tools/generate_dm_json.py +++ b/tools/generate_dm_json.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Copyright (C) 2020 iopsys Software Solutions AB # Author: Amin Ben Ramdhane diff --git a/tools/generate_dm_xml.py b/tools/generate_dm_xml.py index a8d2d51e..f8cf4f43 100755 --- a/tools/generate_dm_xml.py +++ b/tools/generate_dm_xml.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Copyright (C) 2021 iopsys Software Solutions AB # Author: Amin Ben Ramdhane