Fix shebang for translate scripts

This commit is contained in:
Jeremy Zhang 2017-11-16 03:37:21 +00:00
parent b32fcd8b34
commit 0c03d04c00
3 changed files with 3 additions and 3 deletions

2
webapp/bin/tr_compile.py Normal file → Executable file
View 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
View 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
View 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':