blender/extern/SConscript
Kester Maddock d5fde6c48b Added #!/usr/bin/python standard script identifier to the start of SConscript files.
Makes text editors identify SConscripts as Python, and syntax highlight properly.
2004-05-16 13:07:20 +00:00

3 lines
82 B
Python

#!/usr/bin/python
SConscript(['qhull/SConscript',
'solid/SConscript'])