From d5fde6c48b4b6758d1f31dc2f401fa8c63843735 Mon Sep 17 00:00:00 2001 From: Kester Maddock Date: Sun, 16 May 2004 13:07:20 +0000 Subject: Added #!/usr/bin/python standard script identifier to the start of SConscript files. Makes text editors identify SConscripts as Python, and syntax highlight properly. --- intern/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/SConscript') diff --git a/intern/SConscript b/intern/SConscript index a1926e110f6..833a0316634 100644 --- a/intern/SConscript +++ b/intern/SConscript @@ -1,3 +1,4 @@ +#!/usr/bin/python SConscript(['SoundSystem/SConscript', 'string/SConscript', 'ghost/SConscript', -- cgit v1.2.3