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