BIND 10 trac2989, updated. c8dc63849cb042f22a8c16b8d55bfa77ebe5c14e [2989] Get rid of the sqlite3 reference
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 25 08:57:07 UTC 2013
The branch, trac2989 has been updated
via c8dc63849cb042f22a8c16b8d55bfa77ebe5c14e (commit)
from 28b2ead973080ba8bdbac33e045fbc78c408f69c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c8dc63849cb042f22a8c16b8d55bfa77ebe5c14e
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Jul 25 10:56:51 2013 +0200
[2989] Get rid of the sqlite3 reference
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/notify/notify_out.py | 1 -
1 file changed, 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/notify/notify_out.py b/src/lib/python/isc/notify/notify_out.py
index b351063..c490050 100644
--- a/src/lib/python/isc/notify/notify_out.py
+++ b/src/lib/python/isc/notify/notify_out.py
@@ -21,7 +21,6 @@ import threading
import time
import errno
import json
-from isc.datasrc import sqlite3_ds
from isc.datasrc import DataSourceClient, ConfigurableClientList
from isc.net import addr
import isc
More information about the bind10-changes
mailing list