Fix copy/paste of pysqlite3.
This commit is contained in:
parent
a524fd33bc
commit
0c645d2850
1 changed files with 2 additions and 2 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