Import pysqlite3 if available, closes #360 (#361)

This commit is contained in:
Simon Willison 2018-08-15 17:58:56 -07:00 committed by GitHub
commit aae49fef3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 18 additions and 10 deletions

View file

@ -1,10 +1,10 @@
from datasette.app import Datasette
from datasette.utils import sqlite3
import itertools
import json
import os
import pytest
import random
import sqlite3
import sys
import string
import tempfile