cobald.daemon.config.python module
- cobald.daemon.config.python.load_configuration(path)[source]
Load a configuration from a module stored at
pathThe
pathmust end in a valid file extension for the appropriate module type, such as.pyor.pycfor a plaintext or bytecode python module.- Raises:
ValueError – if the extension does not mark a known module type