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

@@ -7,17 +7,16 @@ from binascii import hexlify, unhexlify
import websocket
from PyQt5.QtWidgets import QDialog, QLineEdit, QTextEdit, QVBoxLayout, QLabel
import PyQt5.QtCore as QtCore
from PyQt5.QtWidgets import *
from PyQt5.QtWidgets import (QDialog, QLineEdit, QTextEdit, QVBoxLayout, QLabel,
QWidget, QHBoxLayout, QComboBox, QPushButton)
from PyQt5.QtCore import QThread, pyqtSignal
from btchip.btchip import *
from btchip.btchip import BTChipException
from electrum.i18n import _
from electrum.util import print_msg
from electrum import constants, bitcoin
from electrum.gui.qt.qrcodewidget import QRCodeWidget
from electrum.gui.qt.util import *
DEBUG = False