diff --git a/python/export_docx_to_yaml.py b/python/export_docx_to_yaml.py index 657f99a..c641a31 100644 --- a/python/export_docx_to_yaml.py +++ b/python/export_docx_to_yaml.py @@ -1,6 +1,6 @@ import docx2python -from ressource import * +from ressourcedocx import * import logging __LOGGER = logging.getLogger(__name__) diff --git a/python/export_yaml_to_latex.py b/python/export_yaml_to_latex.py index 52c1fa3..baa0a15 100644 --- a/python/export_yaml_to_latex.py +++ b/python/export_yaml_to_latex.py @@ -1,6 +1,6 @@ import os -from ressource import * +from ressourcedocx import * import logging __LOGGER = logging.getLogger(__name__) diff --git a/python/ressource.py b/python/ressourcedocx.py similarity index 100% rename from python/ressource.py rename to python/ressourcedocx.py