1
0

add more features to settings dialog

This commit is contained in:
ThomasV
2015-12-16 11:53:37 +01:00
parent 30ace570d3
commit b3ef2249b5
6 changed files with 128 additions and 62 deletions

View File

@@ -10,6 +10,8 @@ import urllib
import threading
from i18n import _
base_units = {'BTC':8, 'mBTC':5, 'uBTC':2}
def normalize_version(v):
return [int(x) for x in re.sub(r'(\.0+)*$','', v).split(".")]