tdo not print dict - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 029e7b1edca484c1d13282f00bddf2c79b64dfcf DIR parent 7124b057153b83aba01b264abe7959d6c73f183f HTML Author: thomasv <thomasv@gitorious> Date: Thu, 24 May 2012 10:10:45 +0200 do not print dict Diffstat: M mki18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/mki18n.py b/mki18n.py t@@ -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')