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>
This commit is contained in:
Jesse Jaara 2010-12-05 00:33:37 +02:00 committed by Loui Chang
parent 57a5cbfd88
commit ad64859fb9
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#! /usr/bin/python -O #! /usr/bin/python2 -O
# -*- coding: iso-8859-1 -*- # -*- coding: iso-8859-1 -*-
# This script iterates through the script directories # This script iterates through the script directories

View file

@ -1,4 +1,4 @@
#! /usr/bin/python -O #! /usr/bin/python2 -O
# -*- coding: iso-8859-1 -*- # -*- coding: iso-8859-1 -*-
# This script iterates through the html, lib, and template directories # This script iterates through the html, lib, and template directories