fix indentation error
authorthomasv <thomasv@gitorious>
Mon, 19 Nov 2012 12:56:25 +0000 (13:56 +0100)
committerthomasv <thomasv@gitorious>
Mon, 19 Nov 2012 12:56:25 +0000 (13:56 +0100)
lib/simple_config.py

index e4b22ed..4eab112 100644 (file)
@@ -7,13 +7,11 @@ 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={}):