Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-05-16 17:07:20 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-05-16 17:07:20 +0400
commitd5fde6c48b4b6758d1f31dc2f401fa8c63843735 (patch)
tree28252e08cd9b75d0f8e30566c5f203de798e98bd /source/blender/makesdna/SConscript
parent2fd6e728513f46e1f313667dfcf6b3d6e09cad39 (diff)
Added #!/usr/bin/python standard script identifier to the start of SConscript files.
Makes text editors identify SConscripts as Python, and syntax highlight properly.
Diffstat (limited to 'source/blender/makesdna/SConscript')
-rw-r--r--source/blender/makesdna/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/SConscript b/source/blender/makesdna/SConscript
index 793d36ff602..c9b352365ff 100644
--- a/source/blender/makesdna/SConscript
+++ b/source/blender/makesdna/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')