[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4-0' - loleaflet/util

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 30 19:12:19 UTC 2019


 loleaflet/util/po2json.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 6db2cb4b0a689726f6e2265a003aa438784b147a
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Oct 30 19:12:40 2019 +0100
Commit:     Andras Timar <andras.timar at 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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at 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()
-


More information about the Libreoffice-commits mailing list