summaryrefslogtreecommitdiffstats
path: root/web/lang
diff options
context:
space:
mode:
authorJesse Jaara <jesse.jaara@gmail.com>2010-12-04 23:33:37 +0100
committerLoui Chang <louipc.ist@gmail.com>2010-12-04 23:41:47 +0100
commitad64859fb9c42267a9d1d641688ea8592f569f41 (patch)
treedccc5953b89d94e184e9dc8ea5a9aa993cf6aa2e /web/lang
parent57a5cbfd88b2b91722ce0bf6911b416d051dde65 (diff)
downloadaur-ad64859fb9c42267a9d1d641688ea8592f569f41.tar.gz
aur-ad64859fb9c42267a9d1d641688ea8592f569f41.tar.xz
Fix genpopo and translation_tool to use python2, while waiting someone to make them python3 compliant.
Signed-off-by: Jesse Jaara <jesse.jaara@gmail.com> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang')
-rwxr-xr-xweb/lang/genpopo2
-rwxr-xr-xweb/lang/translation_tool2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/lang/genpopo b/web/lang/genpopo
index 66bf9a12..33ea9842 100755
--- a/web/lang/genpopo
+++ b/web/lang/genpopo
@@ -1,4 +1,4 @@
-#! /usr/bin/python -O
+#! /usr/bin/python2 -O
# -*- coding: iso-8859-1 -*-
# This script iterates through the script directories
diff --git a/web/lang/translation_tool b/web/lang/translation_tool
index 241f1ee8..75d5ce69 100755
--- a/web/lang/translation_tool
+++ b/web/lang/translation_tool
@@ -1,4 +1,4 @@
-#! /usr/bin/python -O
+#! /usr/bin/python2 -O
# -*- coding: iso-8859-1 -*-
# This script iterates through the html, lib, and template directories