Changed shbang line to use /usr/bin/env to find the python interpreter

This commit is contained in:
Rob McMullen 2018-07-23 12:18:14 -07:00
parent 8f2d4b294e
commit 025b756e24
1 changed files with 1 additions and 1 deletions

View File

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