No longer use /usr/bin/python for shebang

This commit is contained in:
Timothy Sutton 2022-11-09 18:07:43 -05:00
parent 0db4e9dbf0
commit 2073086d71

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import os
import sys