mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-16 05:24:26 +02:00
Import find_spatialite into utils for backwards compat
This commit is contained in:
parent
06f1270edd
commit
a3639f39d9
2 changed files with 6 additions and 4 deletions
|
|
@ -22,6 +22,9 @@ except ImportError:
|
|||
|
||||
OperationalError = sqlite3.OperationalError
|
||||
|
||||
# backwards compatibility
|
||||
from .gis import find_spatialite
|
||||
|
||||
|
||||
def suggest_column_types(records):
|
||||
all_column_types = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue