commit f84d873f6221ad4e24b97750a41fdd9b5fe5b166
parent d4bba181c209b2d5ddc99bd0f1813c513ce4a1fd
Author: ThomasV <thomasv@gitorious>
Date: Tue, 1 Sep 2015 09:01:02 +0200
rm unneeded import
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
@@ -223,7 +223,6 @@ class ElectrumWindow(QMainWindow):
run_hook('close_wallet')
def load_wallet(self, wallet):
- import electrum
self.wallet = wallet
# backward compatibility
self.update_wallet_format()