1
0

rm unneeded import

This commit is contained in:
ThomasV
2015-09-01 09:01:02 +02:00
parent d4bba181c2
commit f84d873f62

View File

@@ -223,7 +223,6 @@ class ElectrumWindow(QMainWindow):
run_hook('close_wallet') run_hook('close_wallet')
def load_wallet(self, wallet): def load_wallet(self, wallet):
import electrum
self.wallet = wallet self.wallet = wallet
# backward compatibility # backward compatibility
self.update_wallet_format() self.update_wallet_format()