loleaflet/util/po2json.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 6db2cb4b0a689726f6e2265a003aa438784b147a Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Wed Oct 30 19:12:40 2019 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Wed Oct 30 20:11:58 2019 +0100 Use Python 2 shebang loleaflet/util/po2json.py Change-Id: I8f7aec078fba975eb516a497c1a287ed6a37e9e1 Reviewed-on: https://gerrit.libreoffice.org/81798 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Andras Timar <andras.ti...@collabora.com> diff --git a/loleaflet/util/po2json.py b/loleaflet/util/po2json.py index cfcb45e26..27cfde842 100755 --- a/loleaflet/util/po2json.py +++ b/loleaflet/util/po2json.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # # convert .po to .json # @@ -58,4 +58,3 @@ for srcfile in args: dest.write(json.dumps(xlate_map, sort_keys = True)); dest.close() - _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits