Rename sqlcipher3.
This commit is contained in:
parent
526466c0ab
commit
eb380d67c1
4 changed files with 14 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#-*- coding: ISO-8859-1 -*-
|
||||
# pysqlcipherx/dbapi2.py: the DB-API 2.0 interface
|
||||
# sqlcipher3/dbapi2.py: the DB-API 2.0 interface
|
||||
#
|
||||
# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
|
||||
#
|
||||
|
|
@ -25,7 +25,7 @@ import datetime
|
|||
import time
|
||||
import collections.abc
|
||||
|
||||
from pysqlcipherx._sqlite3 import *
|
||||
from sqlcipher3._sqlite3 import *
|
||||
|
||||
paramstyle = "qmark"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue