From b9bfa5184485f29291b4db649082efef813f10b3 Mon Sep 17 00:00:00 2001 From: Kashiko Koibumi Date: Mon, 27 May 2024 23:04:39 +0900 Subject: [PATCH] fix import path compatible with both Python2 and Python3 --- src/bitmessageqt/blacklist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitmessageqt/blacklist.py b/src/bitmessageqt/blacklist.py index fc5d462b..1011dab8 100644 --- a/src/bitmessageqt/blacklist.py +++ b/src/bitmessageqt/blacklist.py @@ -1,7 +1,7 @@ from unqstr import ustr, unic from PyQt4 import QtCore, QtGui -import widgets +from bitmessageqt import widgets from addresses import addBMIfNotPresent from bmconfigparser import config from .dialogs import AddAddressDialog