Removed call to enable_callback_tracebacks that slipped in by accident.

This commit is contained in:
Gerhard Häring 2006-06-21 20:55:04 +00:00
parent 0870687f44
commit f92b9c21ed
1 changed files with 0 additions and 1 deletions

View File

@ -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);