Make python scripts refer more generically to python3 instead of python3.7

This commit is contained in:
Revar Desmera
2020-06-19 18:27:34 -07:00
parent 540f691056
commit 33c8751f4a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3
from __future__ import print_function

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3
from __future__ import print_function