missing import
authorThomasV <thomasv@gitorious>
Sat, 12 Jul 2014 16:09:31 +0000 (18:09 +0200)
committerThomasV <thomasv@gitorious>
Sat, 12 Jul 2014 16:09:31 +0000 (18:09 +0200)
gui/qt/main_window.py

index c8575b0..028deb5 100644 (file)
@@ -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):