mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
missing import
This commit is contained in:
parent
c397f84fed
commit
4da85c00e3
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue