From d631b3ea1be6d7de93ef86f0df90efbfca8463cc Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 16 Sep 2004 14:49:32 +0000 Subject: [PATCH] This seems to cause bus errors, somehow, so I'm reverting it. --- plugins/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/__init__.py b/plugins/__init__.py index fd12f8b6c..04fc8d3f3 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -80,7 +80,7 @@ try: else: Connection.commit(self, *args, **kwargs) sqlite.Connection = MyConnection - del Connection.__del__ + #del Connection.__del__ except ImportError: pass