fix: missing import
authorThomasV <thomasv@gitorious>
Wed, 11 Jun 2014 13:28:07 +0000 (15:28 +0200)
committerThomasV <thomasv@gitorious>
Wed, 11 Jun 2014 13:28:07 +0000 (15:28 +0200)
gui/qt/main_window.py

index 9aa8dfb..38be664 100644 (file)
@@ -44,7 +44,7 @@ from electrum import SimpleConfig, Wallet, WalletStorage
 
 from electrum import bmp, pyqrnative
 
-from amountedit import BTCAmountEdit, MyLineEdit
+from amountedit import AmountEdit, BTCAmountEdit, MyLineEdit
 from network_dialog import NetworkDialog
 from qrcodewidget import QRCodeWidget