fix bug #717
authorThomasV <thomasv@gitorious>
Wed, 11 Jun 2014 11:47:32 +0000 (13:47 +0200)
committerThomasV <thomasv@gitorious>
Wed, 11 Jun 2014 11:47:32 +0000 (13:47 +0200)
electrum

index 0db82b8..4c46031 100755 (executable)
--- a/electrum
+++ b/electrum
@@ -40,7 +40,7 @@ if __builtin__.use_local_modules:
     imp.load_module('electrum_gui', *imp.find_module('gui'))
 
 
-from electrum import SimpleConfig, Network, Wallet, WalletStorage, NetworkProxy, Commands, known_commands
+from electrum import SimpleConfig, Network, Wallet, WalletStorage, NetworkProxy, Commands, known_commands, pick_random_server
 from electrum.util import print_msg, print_stderr, print_json, set_verbosity
 
 # get password routine