@ -17,7 +17,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import re, sys
from lib.util import print_error
try:
except ImportError:
from electrum.util import print_error
import ecdsa
@ -23,7 +23,7 @@ import pygtk
pygtk.require('2.0')
import gtk, gobject
from decimal import Decimal
from util import print_error
import pyqrnative, mnemonic
@ -18,7 +18,7 @@
import sys, time, datetime, re
from i18n import _
import PyQt4
@ -21,7 +21,7 @@ import random, socket, ast, re
import threading, traceback, sys, time, json, Queue
from version import ELECTRUM_VERSION
DEFAULT_TIMEOUT = 5
DEFAULT_SERVERS = [ 'ecdsa.org:50001:t',
@ -21,7 +21,10 @@ import time, thread, sys, socket
# see http://code.google.com/p/jsonrpclib/
import jsonrpclib
from wallet import Wallet
"""
Simple wallet daemon for webservers.
@ -3,13 +3,10 @@ from version import SEED_VERSION
from lib import prompt_password
from electrum import prompt_password
from lib.uril import print_error
if __name__ == "__main__":