Update test imports.

This commit is contained in:
Charles Leifer 2019-06-03 09:09:36 -05:00
parent eb380d67c1
commit 4754ff5cdc
8 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@
# 3. This notice may not be removed or altered from any source distribution.
import unittest
from pysqlite3 import dbapi2 as sqlite
from sqlcipher3 import dbapi2 as sqlite
from collections.abc import Sequence
class MyConnection(sqlite.Connection):