Unify sha-bangs for python scripts (#1703)
unify sha-bangs for python scripts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Written by Antonio Galea - 2010/11/18
|
||||
# Distributed under Gnu LGPL 3.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import json
|
||||
from pathlib import Path
|
||||
|
||||
Reference in New Issue
Block a user