|
@ -137,6 +137,7 @@ class SimpleConfig(object): |
|
|
|
|
|
|
|
|
def read_system_config(): |
|
|
def read_system_config(): |
|
|
"""Parse and return the system config settings in /etc/electrum.conf.""" |
|
|
"""Parse and return the system config settings in /etc/electrum.conf.""" |
|
|
|
|
|
result = {} |
|
|
if os.path.exists(SYSTEM_CONFIG_PATH): |
|
|
if os.path.exists(SYSTEM_CONFIG_PATH): |
|
|
try: |
|
|
try: |
|
|
import ConfigParser |
|
|
import ConfigParser |
|
|