Use pysqlite3 if available

This commit is contained in:
Simon Willison 2019-07-22 15:39:35 -07:00
commit 152eb2afaf
6 changed files with 10 additions and 6 deletions

View file

@ -1,4 +1,4 @@
import sqlite3
from .utils import sqlite3
from collections import namedtuple
import datetime
import hashlib