From 71a4bb019826168f7e342123f534ad806bd5c208 Mon Sep 17 00:00:00 2001 From: Jimbo77 Date: Sun, 18 Nov 2012 18:52:42 -0800 Subject: [PATCH] created docstring for read_system_config() --- lib/simple_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/simple_config.py b/lib/simple_config.py index 025c7bcc..f6a4277c 100644 --- a/lib/simple_config.py +++ b/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: