big refactoring: command line options and electrum.conf options override settings...
[electrum-nvc.git] / lib / __init__.py
index 3618ccf..2ca45e3 100644 (file)
@@ -1,4 +1,3 @@
 from wallet import Wallet, format_satoshis, prompt_password
-from interface import WalletSynchronizer, parse_proxy_options
-from interface import TcpStratumInterface
+from interface import WalletSynchronizer, Interface, pick_random_server
 from simple_config import SimpleConfig