1
0

move MyTreeView and related classes to own submodule

This commit is contained in:
ThomasV
2023-03-15 14:25:42 +01:00
parent abc8d1550e
commit 206bacbcb3
12 changed files with 497 additions and 418 deletions

View File

@@ -35,7 +35,8 @@ from electrum.bitcoin import is_address
from electrum.util import block_explorer_URL
from electrum.plugin import run_hook
from .util import MyTreeView, webopen
from .util import webopen
from .my_treeview import MyTreeView
if TYPE_CHECKING:
from .main_window import ElectrumWindow