Browse Source

created docstring for read_system_config()

283
Jimbo77 12 years ago
parent
commit
71a4bb0198
  1. 1
      lib/simple_config.py

1
lib/simple_config.py

@ -101,6 +101,7 @@ class SimpleConfig:
def read_system_config(self):
"""Parse and store the config settings in electrum.conf into system_config[]"""
name = '/etc/electrum.conf'
if os.path.exists(name):
try:

Loading…
Cancel
Save