[svn] commit: r3342 - /branches/trac375/src/lib/datasrc/python/pydatasrc.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Oct 25 08:16:06 UTC 2010
Author: jelte
Date: Mon Oct 25 08:16:05 2010
New Revision: 3342
Log:
forgot to remove comment
Modified:
branches/trac375/src/lib/datasrc/python/pydatasrc.cc
Modified: branches/trac375/src/lib/datasrc/python/pydatasrc.cc
==============================================================================
--- branches/trac375/src/lib/datasrc/python/pydatasrc.cc (original)
+++ branches/trac375/src/lib/datasrc/python/pydatasrc.cc Mon Oct 25 08:16:05 2010
@@ -1371,8 +1371,6 @@
PyDict_SetItemString(datasrc_transaction_type.tp_dict, "RUNNING", Py_BuildValue("I", DataSrcTransaction::RUNNING));
PyDict_SetItemString(datasrc_transaction_type.tp_dict, "DONE", Py_BuildValue("I", DataSrcTransaction::DONE));
- // import dns module for converting types
- // TODO: if lib not in path this raises 'unreported exception'
po_DNS_module = PyImport_ImportModule("pydnspp");
if (!po_DNS_module) {
PyErr_SetString(PyExc_Exception, "pydnspp module not found in PYTHONPATH, needed by pydatasrc");
More information about the bind10-changes
mailing list