[libgda/LIBGDA_5.2] Python3: requesting just python3 for reporting engine



commit 5cb3f8b12f3b1f2a14dc0e823f83951a739a3eca
Author: Daniel Espinosa <esodan gmail com>
Date:   Tue Jan 7 08:53:49 2020 -0600

    Python3: requesting just python3 for reporting engine

 libgda-report/RML/trml2html/trml2html.py | 2 +-
 libgda-report/RML/trml2pdf/trml2pdf.py   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgda-report/RML/trml2html/trml2html.py b/libgda-report/RML/trml2html/trml2html.py
index 5ad2e9e4e..4c449616f 100644
--- a/libgda-report/RML/trml2html/trml2html.py
+++ b/libgda-report/RML/trml2html/trml2html.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 # trml2pdf - An RML to PDF converter
diff --git a/libgda-report/RML/trml2pdf/trml2pdf.py b/libgda-report/RML/trml2pdf/trml2pdf.py
index 8364cb127..6067752eb 100644
--- a/libgda-report/RML/trml2pdf/trml2pdf.py
+++ b/libgda-report/RML/trml2pdf/trml2pdf.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 # trml2pdf - An RML to PDF converter


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]