Use /usr/bin/env to find the right python to run

This commit is contained in:
John Papandriopoulos
2017-05-22 16:10:38 -07:00
committed by GitHub
parent 5776528162
commit 4ad6c3bdfb

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import requests
from requests.auth import HTTPBasicAuth