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:
Kester Maddock
2004-05-16 13:07:20 +00:00
parent 2fd6e72851
commit d5fde6c48b
56 changed files with 60 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')