commit 4da10d9a00a0f558aa6eb5e3d0d58eb3aacdf3a2 parent b1ecb6110519e5c7068211ad389acbec3511c94d Author: ThomasV <thomasv@gitorious> Date: Fri, 5 Sep 2014 17:34:50 +0200 convert tab to spaces Diffstat:
M | gui/stdio.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/stdio.py b/gui/stdio.py @@ -20,7 +20,7 @@ class ElectrumGui: print "Wallet not found. try 'electrum create'" exit() - self.done = 0 + self.done = 0 self.last_balance = "" set_verbosity(False)