Stupid __del__ methods.

This commit is contained in:
Jeremy Fincher 2004-09-16 10:30:17 +00:00
parent 9be4fd112d
commit 138b683d96
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ try:
else:
Connection.commit(self, *args, **kwargs)
sqlite.Connection = MyConnection
del Connection.__del__
except ImportError:
pass