Files
account-financial-tools/currency_rate_update/services/__init__.py
Дмитро Катюха 5e9a0b43f3 [REF] currency_rate_update: refactoring related to PR #318
Conflicts:
	currency_rate_update/services/__init__.py
	currency_rate_update/services/currency_getter.py
	currency_rate_update/services/update_service_CA_BOC.py
	currency_rate_update/services/update_service_CH_ADMIN.py
	currency_rate_update/services/update_service_ECB.py
	currency_rate_update/services/update_service_PL_NBP.py
	currency_rate_update/services/update_service_RO_BNR.py
2016-05-04 17:28:05 +02:00

9 lines
301 B
Python

# Note, that CA_BOC getter seems not to be working
from . import update_service_CA_BOC
from . import update_service_CH_ADMIN
from . import update_service_ECB
from . import update_service_YAHOO
from . import update_service_PL_NBP
from . import update_service_MX_BdM
from . import update_service_RO_BNR