electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 029e7b1edca484c1d13282f00bddf2c79b64dfcf
parent 7124b057153b83aba01b264abe7959d6c73f183f
Author: thomasv <thomasv@gitorious>
Date:   Thu, 24 May 2012 10:10:45 +0200

do not print dict

Diffstat:
Mmki18n.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mki18n.py b/mki18n.py @@ -19,7 +19,7 @@ for line in lines: else: message = l[1:] -print dicts +#print dicts if not os.path.exists('locale'): os.mkdir('locale')