use python from path

This commit is contained in:
j 2018-02-09 12:28:01 +01:00
parent 748e6b3d6d
commit b056c298a6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from argparse import ArgumentParser
import getpass
import json

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from argparse import ArgumentParser
import math
import json