Update test imports.
This commit is contained in:
parent
eb380d67c1
commit
4754ff5cdc
8 changed files with 9 additions and 9 deletions
|
|
@ -23,10 +23,10 @@
|
|||
|
||||
import threading
|
||||
import unittest
|
||||
from pysqlite3 import dbapi2 as sqlite
|
||||
from sqlcipher3 import dbapi2 as sqlite
|
||||
|
||||
#from test.support import TESTFN, unlink
|
||||
TESTFN = '/tmp/pysqlite3_test'
|
||||
TESTFN = '/tmp/sqlcipher3_test'
|
||||
from os import unlink
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue