commit a530de312286700e2008ba31850e34f7912cf0b6
parent 46c2de3979936067b7d88ce48cf5a33b9f3dd2ff
Author: ThomasV <thomasv@gitorious>
Date: Wed, 11 Jun 2014 15:28:07 +0200
fix: missing import
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
@@ -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