From 3a32ea34c7e586e89cad41e74ae260147cf512db Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Tue, 9 Jun 2020 18:26:15 +0200
Subject: [PATCH] Finish renaming

---
 unlizeXml.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unlizeXml.py b/unlizeXml.py
index 34f7732..c16ce6d 100755
--- a/unlizeXml.py
+++ b/unlizeXml.py
@@ -119,7 +119,7 @@ def unl2dot(text, path):
               type=click.Path(dir_okay=False),
               default='unl2rdf-app-1.0-SNAPSHOT-jar-with-dependencies.jar',
               help='Path of the unltools jar')
-def xml2unl(input, output, lang, dry_run, svg, unltools_path):
+def unlizeXml(input, output, lang, dry_run, svg, unltools_path):
 
     doc = etree.parse(input)
     tags = ['title', 'text_body', 'term', 'meaning']
@@ -137,4 +137,4 @@ def xml2unl(input, output, lang, dry_run, svg, unltools_path):
 
 
 if __name__ == '__main__':
-    xml2unl()
+    unlizeXml()
-- 
GitLab