Maintenance: Shebang lines fix for some python scripts

This commit is contained in:
Campbell Barton 2013-11-18 20:38:53 +11:00
parent 106699ecd7
commit 995d4d803a
Notes: blender-bot 2023-02-21 17:59:30 +01:00
Referenced by issue blender/blender-addons#37498, Shebang lines fix for some python scripts
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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