mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-24 14:07:03 +01:00
Fix shebang for translate scripts
This commit is contained in:
parent
b32fcd8b34
commit
0c03d04c00
2
webapp/bin/tr_compile.py
Normal file → Executable file
2
webapp/bin/tr_compile.py
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
#!flask/bin/python
|
#!/usr/bin/python3
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
|
2
webapp/bin/tr_init.py
Normal file → Executable file
2
webapp/bin/tr_init.py
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
#!flask/bin/python
|
#!/usr/bin/python3
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
|
2
webapp/bin/tr_update.py
Normal file → Executable file
2
webapp/bin/tr_update.py
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
#!flask/bin/python
|
#!/usr/bin/python3
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
|
Loading…
Reference in New Issue
Block a user