1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

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:
Rémi Verschelde
2016-10-17 08:50:25 +02:00
parent 89132224a6
commit fc8ccd5b8c
88 changed files with 168 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import codecs