tindentation - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit ae1f1ee8ea4f79a0454e9f07adc9a543818916cc DIR parent 8f7ca499d9a58037fc633bc89c90ba7cd1756eab HTML Author: thomasv <thomasv@gitorious> Date: Mon, 19 Nov 2012 13:59:56 +0100 indentation Diffstat: M lib/simple_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/simple_config.py b/lib/simple_config.py t@@ -64,7 +64,7 @@ a SimpleConfig instance then reads the wallet file. def get(self, key, default=None): """Retrieve the filepath of the configuration file specified in the 'key' parameter.""" -# 1. command-line options always override everything + # 1. command-line options always override everything if self.options_config.has_key(key) and self.options_config.get(key) is not None: out = self.options_config.get(key)