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 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/simple_config.py b/lib/simple_config.py index 025c7bc..f6a4277 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: -- 1.7.1