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