mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
wscript: use consistent python shebang path
Most wscripts use #!/usr/bin/env python Use that consistently. The wscripts are not executed directly and do not need the shebang path, but it might guide editors and other tools to recognize the files as being Python-ish.
This commit is contained in:
parent
8017ba2340
commit
4fb3a23adb
9 changed files with 9 additions and 8 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import waflib.Logs as Logs, waflib.Utils as Utils
|
||||
import os
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue