1
0

py3 in qtgui

This commit is contained in:
Dmitry Sorokin
2017-01-30 12:36:56 +03:00
committed by ThomasV
parent 5be78950ca
commit d304ccdf17
28 changed files with 246 additions and 323 deletions

View File

@@ -37,7 +37,7 @@ class AmountEdit(MyLineEdit):
return 8
def numbify(self):
text = unicode(self.text()).strip()
text = self.text().strip()
if text == '!':
self.shortcut.emit()
return