Esempio n. 1
0
 def config_clear():
     for section in cfg.sections():
         cfg.remove_section(section)
Esempio n. 2
0
def config_clear():
    """Clear the contents of the current HaaS configuration"""
    for section in cfg.sections():
        cfg.remove_section(section)
Esempio n. 3
0
def config_clear():
    """Clear the contents of the current HaaS configuration"""
    for section in cfg.sections():
        cfg.remove_section(section)
Esempio n. 4
0
 def config_clear():
     for section in cfg.sections():
         cfg.remove_section(section)