mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 21:33:59 +00:00
Portable shebang in set_up_android.py script
Signed-off-by: Filip Czaplicki <git@starsep.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
7e2b05573f
commit
752fcaf09c
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
import os, sys, shutil, collections
|
import os, sys, shutil, collections
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user