wrote basic SimpleConfig docstring
authorJimbo77 <onlineregular@gmail.com>
Mon, 19 Nov 2012 06:29:32 +0000 (22:29 -0800)
committerJimbo77 <onlineregular@gmail.com>
Mon, 19 Nov 2012 06:29:32 +0000 (22:29 -0800)
lib/simple_config.py

index 2bbfe6e..31e9571 100644 (file)
@@ -7,7 +7,14 @@ from version import ELECTRUM_VERSION, SEED_VERSION
 
 
 class SimpleConfig:
+"""
 
+The SimpleConfig class is responsible for handling operations involving
+configuration files.  The constructor reads and stores the system and 
+user configurations from electrum.conf into seperate dictionaries within
+a SimpleConfig instance then reads the wallet file.
+
+"""
     def __init__(self, options={}):
 
         # system conf, readonly