1
0

qt: don't import PyQt5.Qt

related #4960
This commit is contained in:
SomberNight
2018-12-26 03:58:50 +01:00
parent ccec45a564
commit bd1f7b539e
5 changed files with 11 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
from functools import partial
import threading
from PyQt5.Qt import Qt
from PyQt5.Qt import QGridLayout, QInputDialog, QPushButton
from PyQt5.Qt import QVBoxLayout, QLabel
from PyQt5.QtCore import Qt
from PyQt5.QtWidgets import QGridLayout, QInputDialog, QPushButton
from PyQt5.QtWidgets import QVBoxLayout, QLabel
from electrum.gui.qt.util import *
from electrum.i18n import _