From 8f7ca499d9a58037fc633bc89c90ba7cd1756eab Mon Sep 17 00:00:00 2001 From: thomasv Date: Mon, 19 Nov 2012 13:56:25 +0100 Subject: [PATCH] fix indentation error --- lib/simple_config.py | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/lib/simple_config.py b/lib/simple_config.py index e4b22ed..4eab112 100644 --- 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={}): -- 1.7.1