first commit
This commit is contained in:
8
python3-vckonline/bin/conf
Executable file
8
python3-vckonline/bin/conf
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/home/lukesau/dev/vckonline/python3-vckonline/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from conf.scripts import start
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(start())
|
||||
Reference in New Issue
Block a user