[svn] commit: r2868 - in /branches/trac322: ./ src/lib/python/isc/ src/lib/python/isc/bind10/ src/lib/python/isc/bind10/tests/

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Sep 8 16:14:15 UTC 2010


Author: vorner
Date: Wed Sep  8 16:14:15 2010
New Revision: 2868

Log:
Test for the python renaming module

Added:
    branches/trac322/src/lib/python/isc/bind10/
    branches/trac322/src/lib/python/isc/bind10/Makefile.am
    branches/trac322/src/lib/python/isc/bind10/__init__.py
    branches/trac322/src/lib/python/isc/bind10/rename.py
    branches/trac322/src/lib/python/isc/bind10/tests/
    branches/trac322/src/lib/python/isc/bind10/tests/Makefile.am
    branches/trac322/src/lib/python/isc/bind10/tests/rename.py
Modified:
    branches/trac322/configure.ac
    branches/trac322/src/lib/python/isc/Makefile.am

Modified: branches/trac322/configure.ac
==============================================================================
--- branches/trac322/configure.ac (original)
+++ branches/trac322/configure.ac Wed Sep  8 16:14:15 2010
@@ -438,6 +438,8 @@
                  src/lib/cc/tests/Makefile
                  src/lib/python/Makefile
                  src/lib/python/isc/Makefile
+                 src/lib/python/isc/bind10/Makefile
+                 src/lib/python/isc/bind10/tests/Makefile
                  src/lib/python/isc/datasrc/Makefile
                  src/lib/python/isc/cc/Makefile
                  src/lib/python/isc/cc/tests/Makefile

Modified: branches/trac322/src/lib/python/isc/Makefile.am
==============================================================================
--- branches/trac322/src/lib/python/isc/Makefile.am (original)
+++ branches/trac322/src/lib/python/isc/Makefile.am Wed Sep  8 16:14:15 2010
@@ -1,4 +1,4 @@
-SUBDIRS = datasrc cc config log notify # Util
+SUBDIRS = bind10 datasrc cc config log notify # Util
 
 python_PYTHON = __init__.py
 




More information about the bind10-changes mailing list