lib5c.util.config module

lib5c.util.config.parse_config(configfile)[source]

Parses a configfile in to a ConfigParser object.

Parameters

configfile (str) – The configfile to parse.

Returns

The parsed ConfigParser instance.

Return type

ConfigParser