From ad64859fb9c42267a9d1d641688ea8592f569f41 Mon Sep 17 00:00:00 2001 From: Jesse Jaara Date: Sun, 5 Dec 2010 00:33:37 +0200 Subject: Fix genpopo and translation_tool to use python2, while waiting someone to make them python3 compliant. Signed-off-by: Jesse Jaara Signed-off-by: Loui Chang --- web/lang/translation_tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/lang/translation_tool') diff --git a/web/lang/translation_tool b/web/lang/translation_tool index 241f1ee..75d5ce6 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 -- cgit v1.2.3-54-g00ecf