missing import

This commit is contained in:
ThomasV 2014-07-12 18:09:31 +02:00
parent c397f84fed
commit 4da85c00e3
1 changed files with 1 additions and 1 deletions

View 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):