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

@@ -26,8 +26,7 @@
import time
from xmlrpc.client import ServerProxy
from PyQt5.QtGui import *
from PyQt5.QtCore import *
from PyQt5.QtCore import QObject, pyqtSignal
from PyQt5.QtWidgets import QPushButton
from electrum import util, keystore, ecc, bip32, crypto