Example #1
0
def ini_write(filename, section, key, value):
    return ct.ini_write(filename, section, key, value)
Example #2
0
def ini_write(filename, section, key, value):
    return ct.ini_write(filename, section, key, value)