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

@@ -26,7 +26,7 @@
import threading
from PyQt5.Qt import QVBoxLayout, QLabel
from PyQt5.QtWidgets import QVBoxLayout, QLabel
from electrum.gui.qt.password_dialog import PasswordLayout, PW_PASSPHRASE
from electrum.gui.qt.util import *