Merge pull request #114 from holochain/feature-use-env

Use '#!/usr/bin/env python3' vs. fixed path '/usr/bin/python3'
This commit is contained in:
Steven Allen 2019-01-24 13:32:25 -08:00 committed by GitHub
commit 170ecc0b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import csv
import sys