commit 524d913bbaea10dc731b468a4570025be592b940
parent 505c1a388799f6072234c96d4d1f1e039df82f92
Author: thomasv <thomasv@gitorious>
Date: Wed, 2 May 2012 14:30:50 +0200
unneeded
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/gui_qt.py b/gui_qt.py
@@ -922,7 +922,6 @@ class ElectrumWindow(QMainWindow):
if not wallet.interface.servers:
servers_list = []
- from interface import DEFAULT_SERVERS
for x in DEFAULT_SERVERS:
h,port,protocol = x.split(':')
servers_list.append( (h,[(protocol,port)] ) )