Skip to content

Commit

Permalink
Namecoin: Rebrand revealer password dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Jan 24, 2019
1 parent 478d538 commit 163361b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum_nmc/plugins/revealer/qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def settings_widget(self, window):
return EnterButton(_('Printer Calibration'), partial(self.calibration_dialog, window))

def password_dialog(self, msg=None, parent=None):
from electrum.gui.qt.password_dialog import PasswordDialog
from electrum_nmc.gui.qt.password_dialog import PasswordDialog
parent = parent or self
d = PasswordDialog(parent, msg)
return d.run()
Expand Down

0 comments on commit 163361b

Please sign in to comment.