1
0
forked from me/IronOS

Unify sha-bangs for python scripts (#1703)

unify sha-bangs for python scripts
This commit is contained in:
Ivan Zorin
2023-06-14 13:32:04 +03:00
committed by GitHub
parent e7bcf920ba
commit ff61f7b5cf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# Written by Antonio Galea - 2010/11/18
# Distributed under Gnu LGPL 3.0

View File

@@ -1,4 +1,4 @@
#! python3
#!/usr/bin/env python3
import json
from pathlib import Path