------------------------
* Added LICENSE and ChangeLog.
* Rephrased some docstrings and descriptions.
* Added docstring to the Process class.
* Do not automatically import the timing module when the debug
module is imported.
* Made Process and Signals singletons.
* Updated util module description.
* Removed some obsolete commented code.
* Added some usage examples.
* Do not compress .py and .ini example files.
* Renamed mixed case functions in the configuration module to use
names with underscores for consistency.
* Renamed argument otype to type in the get_option function.
* Renamed thisHostIP to host_ip.
* Generalized configuration handling by adding the ConfigFile class.
With this multiple distinct configuration files can eb handled at the
same time and it makes it easier to specify the configuration file name
from the application than the less flexible module file name attribute.
* Removed configuration module functions which were made obsolete by the
addition of ConfigFile.
* Replaced _dataTypes attribute on ConfigSection with _datatypes.