From bf18339404dfb0c6eb4db0707d8040f759d52b6a Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 16 Sep 2021 00:26:52 +0200 Subject: [PATCH] change sfx shebang to python3 --- scripts/sfx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sfx.py b/scripts/sfx.py index 124e4053..7ec8dfb9 100644 --- a/scripts/sfx.py +++ b/scripts/sfx.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # coding: latin-1 from __future__ import print_function, unicode_literals