mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-12 13:12:35 +01:00
Stupid __del__ methods.
This commit is contained in:
parent
9be4fd112d
commit
138b683d96
@ -80,6 +80,7 @@ try:
|
|||||||
else:
|
else:
|
||||||
Connection.commit(self, *args, **kwargs)
|
Connection.commit(self, *args, **kwargs)
|
||||||
sqlite.Connection = MyConnection
|
sqlite.Connection = MyConnection
|
||||||
|
del Connection.__del__
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user