@ -98,6 +98,7 @@ a SimpleConfig instance then reads the wallet file.
def is_modifiable(self, key):
"""Check if the config file is modifiable."""
if self.options_config.has_key(key):
return False
elif self.user_config.has_key(key):