mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Import pysqlite3 if available, closes #360
This commit is contained in:
parent
2189be1440
commit
da41daa168
8 changed files with 18 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from datasette.app import Datasette
|
||||
from datasette.utils import sqlite3
|
||||
import os
|
||||
import pytest
|
||||
import sqlite3
|
||||
import tempfile
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue