Browse Source

rm unneeded import

283
ThomasV 9 years ago
parent
commit
f84d873f62
  1. 1
      gui/qt/main_window.py

1
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()

Loading…
Cancel
Save