From f92b9c21edd77356179050549465e58276cad532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20H=C3=A4ring?= Date: Wed, 21 Jun 2006 20:55:04 +0000 Subject: Removed call to enable_callback_tracebacks that slipped in by accident. --- Lib/sqlite3/test/userfunctions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/sqlite3/test/userfunctions.py b/Lib/sqlite3/test/userfunctions.py index 215178c..31bf289 100644 --- a/Lib/sqlite3/test/userfunctions.py +++ b/Lib/sqlite3/test/userfunctions.py @@ -365,7 +365,6 @@ def authorizer_cb(action, arg1, arg2, dbname, source): class AuthorizerTests(unittest.TestCase): def setUp(self): - sqlite.enable_callback_tracebacks(1) self.con = sqlite.connect(":memory:") self.con.executescript(""" create table t1 (c1, c2); -- cgit v0.12