created docstring for read_system_config()
authorJimbo77 <onlineregular@gmail.com>
Mon, 19 Nov 2012 02:52:42 +0000 (18:52 -0800)
committerJimbo77 <onlineregular@gmail.com>
Mon, 19 Nov 2012 02:52:42 +0000 (18:52 -0800)
lib/simple_config.py

index 025c7bc..f6a4277 100644 (file)
@@ -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: