1
0
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:
Alfanhui 2018-06-13 20:52:52 +01:00
parent 046aa5200d
commit 1863356c44

2
mbtilesToPngs.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
import sqlite3
from sqlite3 import Error
import errno