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