Re-add imports of services abstract classes.

This commit is contained in:
Fekete Mihai
2014-11-10 15:00:48 +02:00
parent f62fc0a4a6
commit 722f8b1a80

View File

@@ -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):