|
Methods defined here:
- __init__(self, confFile, basePath)
- Provides default values.
Read config file.
If paths are given as relative paths, make them absolute wrt to basePath
this makes the code for robust if against the effect of changing directories.
Perform simple validation checks.
Throw exception if config file parameter is invalid.
- fixPath(self, path)
- convert relative path to an absolute path
- params(self)
- Return a list of the values read from the config file.
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'RTTSConfigReader'
- lDbg = 0
|