forked from viennet/Referentiels
Renomme ressource.py => ressourcedocx.py
This commit is contained in:
parent
6578210c4b
commit
654bd9f615
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
import docx2python
|
import docx2python
|
||||||
from ressource import *
|
from ressourcedocx import *
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
__LOGGER = logging.getLogger(__name__)
|
__LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
from ressource import *
|
from ressourcedocx import *
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
__LOGGER = logging.getLogger(__name__)
|
__LOGGER = logging.getLogger(__name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user