move api key path
authorThomasV <thomasv@gitorious>
Mon, 27 Jan 2014 09:37:25 +0000 (10:37 +0100)
committerThomasV <thomasv@gitorious>
Mon, 27 Jan 2014 09:37:25 +0000 (10:37 +0100)
mki18n.py

index 4bde411..1bbd0fa 100755 (executable)
--- a/mki18n.py
+++ b/mki18n.py
@@ -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'):