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 /intern/memutil
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 'intern/memutil')
-rw-r--r--intern/memutil/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/memutil/SConscript b/intern/memutil/SConscript
index bac0672230c..dd4412e98bc 100644
--- a/intern/memutil/SConscript
+++ b/intern/memutil/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')