diff options
author | Jesse Jaara <jesse.jaara@gmail.com> | 2010-12-04 23:33:37 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2010-12-04 23:41:47 +0100 |
commit | ad64859fb9c42267a9d1d641688ea8592f569f41 (patch) | |
tree | dccc5953b89d94e184e9dc8ea5a9aa993cf6aa2e /web | |
parent | 57a5cbfd88b2b91722ce0bf6911b416d051dde65 (diff) | |
download | aur-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')
-rwxr-xr-x | web/lang/genpopo | 2 | ||||
-rwxr-xr-x | web/lang/translation_tool | 2 |
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 |