tfix indentation error - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 8f7ca499d9a58037fc633bc89c90ba7cd1756eab DIR parent 74ed5acf7d2bc7c0641e94bbd622fdcf45a218a4 HTML Author: thomasv <thomasv@gitorious> Date: Mon, 19 Nov 2012 13:56:25 +0100 fix indentation error Diffstat: M lib/simple_config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- DIR diff --git a/lib/simple_config.py b/lib/simple_config.py t@@ -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={}):