SCsub: Add python shebang as a hint for syntax highlighting
Also switch existing shebangs to "better" /usr/bin/env python.
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
Import('env')
|
||||
|
||||
env_modules = env.Clone()
|
||||
|
||||
Reference in New Issue
Block a user