do not read the configfile when we save the configuration

This commit is contained in:
Yann Leboulanger 2005-04-27 13:49:44 +00:00
parent 0ae961c76f
commit e2c6bdedec

View file

@ -635,7 +635,6 @@ class Interface:
sys.exit()
def save_config(self):
parser.read()
parser.write()
def __init__(self):