tmove api key path - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 989a95bf25d362c175b2b3c1a3b423025d38dbdb DIR parent 0bc42a1f1fe52142f548e392bd40f2f5f25231c0 HTML Author: ThomasV <thomasv@gitorious> Date: Mon, 27 Jan 2014 10:37:25 +0100 move api key path Diffstat: M mki18n.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/mki18n.py b/mki18n.py t@@ -6,8 +6,8 @@ crowdin_identifier = 'electrum' crowdin_file_name = 'electrum-client/messages.pot' locale_file_name = 'locale/messages.pot' -if os.path.exists('build/crowdin_api_key.txt'): - crowdin_api_key = open('build/crowdin_api_key.txt').read() +if os.path.exists('contrib/crowdin_api_key.txt'): + crowdin_api_key = open('contrib/crowdin_api_key.txt').read() # Generate fresh translation template if not os.path.exists('locale'):