Merge pull request #6850 from akien-mga/pr-scsub-shebang

SCsub: Add python shebang as a hint for syntax highlighting
This commit is contained in:
Rémi Verschelde
2016-10-17 20:13:18 +02:00
committed by GitHub
88 changed files with 168 additions and 8 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
EnsureSConsVersion(0,14);