Add /bin/env python shebang
This commit is contained in:
parent
15aa006540
commit
b139a2eadf
1 changed files with 2 additions and 0 deletions
2
build.py
Normal file → Executable file
2
build.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/env python
|
||||||
|
|
||||||
import yaml
|
import yaml
|
||||||
from os.path import dirname
|
from os.path import dirname
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue