From 4da10d9a00a0f558aa6eb5e3d0d58eb3aacdf3a2 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 5 Sep 2014 17:34:50 +0200 Subject: [PATCH] convert tab to spaces --- gui/stdio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/stdio.py b/gui/stdio.py index c50dcb77..e5f81698 100644 --- 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)