created docstring for read_system_config()

This commit is contained in:
Jimbo77 2012-11-18 18:52:42 -08:00
parent 49ac4d73e3
commit 71a4bb0198
1 changed files with 1 additions and 0 deletions

View File

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