1
0

kivy: py3 updates

This commit is contained in:
ThomasV
2017-10-22 07:33:03 +02:00
parent fd11397ac6
commit 42f9d1ee63
2 changed files with 4 additions and 4 deletions

View File

@@ -690,7 +690,7 @@ class ShowXpubDialog(WizardDialog):
self.app.do_share(self.xpub, _("Master Public Key"))
def do_qr(self):
from qr_dialog import QRDialog
from .qr_dialog import QRDialog
popup = QRDialog(_("Master Public Key"), self.xpub, True)
popup.open()