Browse Source

module description

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@867 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 15 years ago
parent
commit
c42d690782
1 changed files with 8 additions and 4 deletions
  1. 8 4
      src/lib/config/python/isc/config/module_spec.py

+ 8 - 4
src/lib/config/python/isc/config/module_spec.py

@@ -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