X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=plugins%2Fexchange_rate.py;h=9436180c8e390367f4d7a6130fd5a1c3e9a1805e;hb=2c0814f0d38aa97f84623267fba9860d79c453ed;hp=fe91bcd3131b8338190b9f125367f879271582f4;hpb=404c1f84d2d0d84e30e0be00784da5585fdab6a8;p=electrum-nvc.git diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py index fe91bcd..9436180 100644 --- a/plugins/exchange_rate.py +++ b/plugins/exchange_rate.py @@ -9,7 +9,7 @@ import re from decimal import Decimal from electrum.plugins import BasePlugin from electrum.i18n import _ -from electrum_gui.gui_classic.qt_util import * +from electrum_gui.qt.util import * class Exchanger(threading.Thread):