remove unused SQLite3.mode attribute

pull/48/head
Martin Zimmermann 11 years ago
parent 7255e01375
commit c99fe3d583

@ -18,7 +18,6 @@ class SQLite3:
self.path = path
self.conf = conf
self.mode = 1
rv = self.execute([
"SELECT name FROM sqlite_master"

Loading…
Cancel
Save