tcreated docstring for read_system_config() - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 71a4bb019826168f7e342123f534ad806bd5c208 DIR parent 49ac4d73e374ecf1573c048362189a7cc49f3273 HTML Author: Jimbo77 <onlineregular@gmail.com> Date: Sun, 18 Nov 2012 18:52:42 -0800 created docstring for read_system_config() Diffstat: M lib/simple_config.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/lib/simple_config.py b/lib/simple_config.py t@@ -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: