http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/323331d25835397f94d800d875132fa961f050dd
/wiki/Recovering-Your-Keys-Without-the-MMGen-Software #a_mh 2 mmgen/data/version Unescape Escape View file @ -1 +1 @@ 13.3.dev3 4 13.3.dev3 5 1 mmgen/util.py Unescape Escape View file @ -158,6 +158,7 @@ def fmt_list(iterable,fmt='dfl',indent=''): ' no_spc ' : ( " ' , ' " , " ' " , " ' " ) , ' min ' : ( " , " , " ' " , " ' " ) , ' col ' : ( ' \n ' + indent , indent , ' ' ) , ' list ' : ( ' \n - ' + indent , ' - ' + indent , ' ' ) , } [ fmt ] return lq + sep . join ( str ( i ) for i in...