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. --- extern/qhull/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'extern/qhull') diff --git a/extern/qhull/SConscript b/extern/qhull/SConscript index d1bd0699e2b..47e1779b1bf 100644 --- a/extern/qhull/SConscript +++ b/extern/qhull/SConscript @@ -1,3 +1,4 @@ +#!/usr/bin/python import sys qhull_env = Environment() -- cgit v1.2.3