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
1 changed files with 0 additions and 1 deletions

View File

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