From 4da85c00e313d3e087f52d3c7263e79553ef8147 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 12 Jul 2014 18:09:31 +0200 Subject: [PATCH] missing import --- gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index c8575b085..028deb509 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -75,7 +75,7 @@ PR_ERROR = 4 # could not parse from electrum import ELECTRUM_VERSION import re -from util import MyTreeWidget, HelpButton, EnterButton, line_dialog, text_dialog, ok_cancel_buttons, close_button +from util import MyTreeWidget, HelpButton, EnterButton, line_dialog, text_dialog, ok_cancel_buttons, close_button, WaitingDialog def format_status(x):