From f01003a88198576ebe6378fed75a69dc048f502c Mon Sep 17 00:00:00 2001 From: Arnaud Venturi Date: Thu, 18 Apr 2024 12:42:59 +0200 Subject: [PATCH] Make shebang use python3 --- mcxToProfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcxToProfile.py b/mcxToProfile.py index 2961ad8..ce76ec8 100755 --- a/mcxToProfile.py +++ b/mcxToProfile.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # mcxToProfile.py # Simple utility to assist with creating Custom Settings Configuration Profiles