mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Re-add imports of services abstract classes.
This commit is contained in:
@@ -19,6 +19,15 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
from update_service_ECB import ECB_getter
|
||||
from update_service_YAHOO import YAHOO_getter
|
||||
|
||||
from update_service_CA_BOC import CA_BOC_getter
|
||||
from update_service_CH_ADMIN import CH_ADMIN_getter
|
||||
from update_service_MX_BdM import MX_BdM_getter
|
||||
from update_service_PL_NBP import PL_NBP_getter
|
||||
from update_service_RO_BNR import RO_BNR_getter
|
||||
|
||||
|
||||
class AbstractClassError(Exception):
|
||||
def __str__(self):
|
||||
|
||||
Reference in New Issue
Block a user