mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-04-04 11:34:38 +00:00
check if fintech lib is installed
This commit is contained in:
parent
94751d0f9f
commit
2075536a7e
@ -1,2 +1,9 @@
|
|||||||
|
import logging
|
||||||
|
|
||||||
|
_logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
try:
|
||||||
from . import models
|
from . import models
|
||||||
from . import wizards
|
from . import wizards
|
||||||
|
except Exception:
|
||||||
|
_logger.warning("Import Error, check if fintech lib has been installed")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user