mirror of
https://github.com/logos-storage/multicodec.git
synced 2026-01-02 13:33:10 +00:00
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:
commit
170ecc0b36
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import csv
|
||||
import sys
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user