[svn] commit: r867 - /branches/jelte-configuration/src/lib/config/python/isc/config/module_spec.py
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 18 12:03:40 UTC 2010
Author: jelte
Date: Thu Feb 18 12:03:40 2010
New Revision: 867
Log:
module description
Modified:
branches/jelte-configuration/src/lib/config/python/isc/config/module_spec.py
Modified: branches/jelte-configuration/src/lib/config/python/isc/config/module_spec.py
==============================================================================
--- branches/jelte-configuration/src/lib/config/python/isc/config/module_spec.py (original)
+++ branches/jelte-configuration/src/lib/config/python/isc/config/module_spec.py Thu Feb 18 12:03:40 2010
@@ -13,10 +13,14 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-#
-# This class holds the data definition and validates data agains that
-# definition. It is the python equivalent of data_def.h
-#
+"""Module Specifications
+
+ A module specification holds the information about what configuration
+ a module can have, and what commands it understands. It provides
+ functions to read it from a .spec file, and to validate a given
+ set of data against the specification
+"""
+
import ast
import isc.cc.data
More information about the bind10-changes
mailing list