cobald.daemon.config.python module

cobald.daemon.config.python.load_configuration(path)[source]

Load a configuration from a module stored at path

The path must end in a valid file extension for the appropriate module type, such as .py or .pyc for a plaintext or bytecode python module.

Raises

ValueError – if the extension does not mark a known module type