rename launcher to main.py for compatibility with qpython

This commit is contained in:
shrlnm 2022-08-22 09:11:45 +03:00
parent 406a5f12b7
commit ae788e6b92
4 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys, os
import time
import mod_globals
import pyren
import pyren3
cmdb = '''
#v1.0 ;AC P; ATZ ; Z ; reset all

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# ______ ___ ___ ___ ___ ___ ______ __ _______
# | ___| \ \ / / / \ | \/ | | _ \ | | | ____|
@ -13,7 +13,7 @@ import time
import mod_globals
import mod_ecu
import pyren
import pyren3
os.chdir(os.path.dirname(os.path.realpath(sys.argv[0])))

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys, os
import time
@ -7,7 +7,7 @@ import mod_db_manager
import mod_globals
import mod_ecu
import pyren
import pyren3
os.chdir(os.path.dirname(os.path.realpath(sys.argv[0])))