bump version. move ecdsa imports

This commit is contained in:
thomasv 2011-12-21 13:22:57 +01:00
parent b7b8a19c74
commit cf2d457848
2 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@
import sys, base64, os, re, hashlib, socket, getpass, copy, operator, ast
from decimal import Decimal
from ecdsa.util import string_to_number, number_to_string
try:
import ecdsa
from ecdsa.util import string_to_number, number_to_string
except:
print "python-ecdsa does not seem to be installed. Try 'sudo easy_install ecdsa'"
sys.exit(1)

View File

@ -1,2 +1,2 @@
ELECTRUM_VERSION = "0.34"
ELECTRUM_VERSION = "0.35"
SEED_VERSION = 4 # bump this everytime the seed generation is modified