Renomme ressource.py => ressourcedocx.py

This commit is contained in:
Cléo Baras 2021-04-02 11:52:08 +02:00
parent 6578210c4b
commit 654bd9f615
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import docx2python
from ressource import *
from ressourcedocx import *
import logging
__LOGGER = logging.getLogger(__name__)

View File

@ -1,6 +1,6 @@
import os
from ressource import *
from ressourcedocx import *
import logging
__LOGGER = logging.getLogger(__name__)