electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 71a4bb019826168f7e342123f534ad806bd5c208
parent 49ac4d73e374ecf1573c048362189a7cc49f3273
Author: Jimbo77 <onlineregular@gmail.com>
Date:   Sun, 18 Nov 2012 18:52:42 -0800

created docstring for read_system_config()

Diffstat:
Mlib/simple_config.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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: