tprint -> print_error - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 5a212b8648d374da15104867a8d0235c70d662a8
DIR parent 64588d3f18bc27f08186acc1ae11a953349be7f8
HTML Author: thomasv <thomasv@gitorious>
Date: Mon, 5 Nov 2012 14:26:35 +0100
print -> print_error
Diffstat:
M lib/simple_config.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/lib/simple_config.py b/lib/simple_config.py
t@@ -1,6 +1,6 @@
import json, ast
import os, ast
-from util import user_dir
+from util import user_dir, print_error
from version import ELECTRUM_VERSION, SEED_VERSION
t@@ -57,7 +57,7 @@ class SimpleConfig:
pass
if not path:
path = self.get('default_wallet_path')
- print "path", path
+ print_error( "path", path )
if path:
self.read_wallet_config(path)