Commit 0d760029 authored by Gerhard Häring's avatar Gerhard Häring

Removed call to enable_callback_tracebacks that slipped in by accident.

parent 43c53d89
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment