fix import path compatible with both Python2 and Python3
This commit is contained in:
parent
9c64db0d2a
commit
b9bfa51844
|
@ -1,7 +1,7 @@
|
||||||
from unqstr import ustr, unic
|
from unqstr import ustr, unic
|
||||||
from PyQt4 import QtCore, QtGui
|
from PyQt4 import QtCore, QtGui
|
||||||
|
|
||||||
import widgets
|
from bitmessageqt import widgets
|
||||||
from addresses import addBMIfNotPresent
|
from addresses import addBMIfNotPresent
|
||||||
from bmconfigparser import config
|
from bmconfigparser import config
|
||||||
from .dialogs import AddAddressDialog
|
from .dialogs import AddAddressDialog
|
||||||
|
|
Reference in New Issue
Block a user