Added #!/usr/bin/python standard script identifier to the start of SConscript files.
Makes text editors identify SConscripts as Python, and syntax highlight properly.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
Import ('user_options_dict')
|
||||
Import ('library_env')
|
||||
|
||||
|
Reference in New Issue
Block a user