electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 8f7ca499d9a58037fc633bc89c90ba7cd1756eab
parent 74ed5acf7d2bc7c0641e94bbd622fdcf45a218a4
Author: thomasv <thomasv@gitorious>
Date:   Mon, 19 Nov 2012 13:56:25 +0100

fix indentation error

Diffstat:
Mlib/simple_config.py | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/simple_config.py b/lib/simple_config.py @@ -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={}):