cleanup: shebang lines

D888 by @sambler
This commit is contained in:
Campbell Barton 2015-01-29 15:56:23 +11:00
parent 1738d4acc9
commit 65574b0b03
7 changed files with 5 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# <pep8 compliant>

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# ##### BEGIN GPL LICENSE BLOCK #####
#

View File

@ -105,8 +105,6 @@ blender_add_lib(extern_carve "\${SRC}" "\${INC}" "\${INC_SYS}")
EOF
cat > SConscript << EOF
#!/usr/bin/python
# NOTE: This file is automatically generated by bundle.sh script
# If you're doing changes in this file, please update template
# in that script too

View File

@ -279,8 +279,6 @@ endif()
EOF
cat > SConscript << EOF
#!/usr/bin/python
# NOTE: This file is automatically generated by bundle.sh script
# If you're doing changes in this file, please update template
# in that script too

View File

@ -201,7 +201,7 @@ blender_add_lib(extern_ceres "\${SRC}" "\${INC}" "\${INC_SYS}")
EOF
cat > SConscript << EOF
#!/usr/bin/python
#!/usr/bin/env python
# NOTE: This file is automatically generated by bundle.sh script
# If you're doing changes in this file, please update template

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# ***** BEGIN GPL LICENSE BLOCK *****

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# ***** BEGIN GPL LICENSE BLOCK *****