diff options
Diffstat (limited to 'web/lang')
-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 |