timport threading - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 7f087285cf1a5dfe225c3e041ce9d64711d0d758 DIR parent 7eea8bc3d2717c25d5501acf46070e8f2a8cd3ed HTML Author: ThomasV <thomasv@gitorious> Date: Sun, 18 Mar 2012 08:12:48 +0100 import threading Diffstat: M client/interface.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- DIR diff --git a/client/interface.py b/client/interface.py t@@ -18,9 +18,7 @@ import random, socket, ast - - -import thread, traceback, sys, time, json +import thread, threading, traceback, sys, time, json DEFAULT_TIMEOUT = 5 DEFAULT_SERVERS = ['ecdsa.org','electrum.novit.ro'] # list of default servers t@@ -287,7 +285,6 @@ class HttpInterface(PollingInterface): -import threading class AsynchronousInterface(Interface): """json-rpc over persistent TCP connection, asynchronous"""