mirror of
https://github.com/alfanhui/mbtilesToPngs.git
synced 2025-05-15 14:30:16 -07:00
Added shebang to the top of python script so you can run it without writing pythong3 everytime
This commit is contained in:
parent
046aa5200d
commit
1863356c44
2
mbtilesToPngs.py
Normal file → Executable file
2
mbtilesToPngs.py
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
import sqlite3
|
||||
from sqlite3 import Error
|
||||
import errno
|
||||
|
Loading…
x
Reference in New Issue
Block a user