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