Base Library written in python used for open sharedroot clusters with comoonics software.

Those are classes used by more other packages.

Functionality provided here are
comoonics.ComDataObject: abstract basic DOM-Based class that is base for any other DOM-Based class
comooncis.ComExceptions: the library provides a base class for all comoonics exceptions.
comoonics.DictTools:     Tools for helping with dicts.
comoonics.ComProperties: Property implementation for DataObjects
comoonics.ComPath:       DataObject class representing a path.
comoonics.ComLog:        library for some commonly used logging functions
comoonics.ComSystem:     library for some commonly used functions to execute commands.
comoonics.XmlTools:      some xml library functions used by other modules.

