[Libreoffice-commits] online.git: loleaflet/util

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 30 18:13:06 UTC 2019


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

New commits:
commit 4a589e90b2938d2b121dc7086044fbb7d6d3525b
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 19:12:40 2019 +0100

    Use Python 3 for loleaflet/util/po2json.py, too
    
    Change-Id: I8f7aec078fba975eb516a497c1a287ed6a37e9e1

diff --git a/loleaflet/util/po2json.py b/loleaflet/util/po2json.py
index cfcb45e26..6c35db1db 100755
--- a/loleaflet/util/po2json.py
+++ b/loleaflet/util/po2json.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
++#!/usr/bin/env python3
 #
 # 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