1
0

no more "import *"

fixes #5101
fixes #5105
This commit is contained in:
SomberNight
2019-02-11 20:21:24 +01:00
parent 8072ad1ad9
commit 026448837f
38 changed files with 177 additions and 113 deletions

View File

@@ -25,10 +25,15 @@
from enum import IntEnum
from PyQt5.QtCore import Qt, QItemSelectionModel
from PyQt5.QtGui import QStandardItemModel, QStandardItem, QFont
from PyQt5.QtWidgets import QHeaderView, QMenu
from electrum.i18n import _
from electrum.util import format_time
from .util import *
from .util import (MyTreeView, read_QIcon, MONOSPACE_FONT, PR_UNPAID,
pr_tooltips, import_meta_gui, export_meta_gui, pr_icons)
class InvoiceList(MyTreeView):