Browse Source

added docstring for is_modifiable()

283
Jimbo77 12 years ago
parent
commit
74ed5acf7d
  1. 1
      lib/simple_config.py

1
lib/simple_config.py

@ -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):

Loading…
Cancel
Save