fix import path compatible with both Python2 and Python3

This commit is contained in:
Kashiko Koibumi 2024-05-27 23:04:39 +09:00
parent 9c64db0d2a
commit b9bfa51844
No known key found for this signature in database
GPG Key ID: 8F06E069E37C40C4

View File

@ -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