remove unused SQLite3.mode attribute
This commit is contained in:
parent
7255e01375
commit
c99fe3d583
@ -18,7 +18,6 @@ class SQLite3:
|
|||||||
|
|
||||||
self.path = path
|
self.path = path
|
||||||
self.conf = conf
|
self.conf = conf
|
||||||
self.mode = 1
|
|
||||||
|
|
||||||
rv = self.execute([
|
rv = self.execute([
|
||||||
"SELECT name FROM sqlite_master"
|
"SELECT name FROM sqlite_master"
|
||||||
|
Loading…
Reference in New Issue
Block a user