python -> python3 shebang
This commit is contained in:
parent
314d6fafb4
commit
fa0c8eb72c
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -1,4 +1,4 @@
|
|||
#!/bin/env python
|
||||
#!/bin/env python3
|
||||
|
||||
from yaml import safe_load
|
||||
from glob import glob
|
||||
|
|
Loading…
Add table
Reference in a new issue