Update shebangs to comply with PEP 394

Change the python scripts to call python instead of python3, as this
works cross platform. See:
https://peps.python.org/pep-0394/#for-python-script-publishers
This commit is contained in:
Matthew Mets 2023-01-11 14:04:14 +01:00
parent 25d6240619
commit e33c835564
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
import hid_test
def import_pins(pin_filename):

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python
import tkinter as tk
from tkinter import filedialog as fd
from tkinter.messagebox import askyesno

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
manufacturer = 'Mullvad'
product = 'MTA1-USB-V1'

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
import hid_test
import time
import numpy

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
import hid_test
import time