Kaydet (Commit) f92b9c21 authored tarafından Gerhard Häring's avatar Gerhard Häring

Removed call to enable_callback_tracebacks that slipped in by accident.

üst 0870687f
......@@ -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