[svn] commit: r3068 - in /branches/trac353: configure.ac src/lib/python/isc/Makefile.am src/lib/python/isc/net/ src/lib/python/isc/net/Makefile.am src/lib/python/isc/net/__init__.py src/lib/python/isc/net/check.py
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Sep 29 14:28:22 UTC 2010
Author: vorner
Date: Wed Sep 29 14:28:21 2010
New Revision: 3068
Log:
Interface of the isc.net.check module
Added:
branches/trac353/src/lib/python/isc/net/
branches/trac353/src/lib/python/isc/net/Makefile.am
branches/trac353/src/lib/python/isc/net/__init__.py
branches/trac353/src/lib/python/isc/net/check.py
Modified:
branches/trac353/configure.ac
branches/trac353/src/lib/python/isc/Makefile.am
Modified: branches/trac353/configure.ac
==============================================================================
--- branches/trac353/configure.ac (original)
+++ branches/trac353/configure.ac Wed Sep 29 14:28:21 2010
@@ -487,6 +487,7 @@
src/lib/python/isc/config/tests/Makefile
src/lib/python/isc/log/Makefile
src/lib/python/isc/log/tests/Makefile
+ src/lib/python/isc/net/Makefile
src/lib/python/isc/notify/Makefile
src/lib/python/isc/notify/tests/Makefile
src/lib/config/Makefile
Modified: branches/trac353/src/lib/python/isc/Makefile.am
==============================================================================
--- branches/trac353/src/lib/python/isc/Makefile.am (original)
+++ branches/trac353/src/lib/python/isc/Makefile.am Wed Sep 29 14:28:21 2010
@@ -1,4 +1,4 @@
-SUBDIRS = datasrc cc config log notify utils # Util
+SUBDIRS = datasrc cc config log net notify utils # Util
python_PYTHON = __init__.py
More information about the bind10-changes
mailing list