Exemplo n.º 1
0
def config_clear():
    """Clear the contents of the current HIL configuration"""
    for section in cfg.sections():
        cfg.remove_section(section)
Exemplo n.º 2
0
def config_clear():
    """Clear the contents of the current HIL configuration"""
    for section in cfg.sections():
        cfg.remove_section(section)