1
0

some import clean-up in qt

This commit is contained in:
SomberNight
2018-09-25 18:15:28 +02:00
parent 9d7cf12244
commit 33d14e4238
18 changed files with 65 additions and 42 deletions

View File

@@ -23,16 +23,19 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
from PyQt5.QtCore import Qt
from PyQt5.QtGui import *
from PyQt5.QtWidgets import *
from electrum.i18n import _
from .util import *
import re
import math
from PyQt5.QtCore import Qt
from PyQt5.QtGui import *
from PyQt5.QtWidgets import *
from electrum.i18n import _
from electrum.plugin import run_hook
from .util import *
def check_password_strength(password):
'''