1
0
Fork 0

Fix scripts shebangs

This commit is contained in:
Félix Piédallu 2024-02-08 22:34:48 +01:00
parent a882fdfe9a
commit c561ead396
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import json import json
import os import os

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import csv import csv
import json import json

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import copy import copy
import json import json