Exemplo n.º 1
0
 def __init__(self, name, configFile):
     """                                                                                                                                                                                          
     Initializer for the object.                                                                                                                                                                  
     """
     
     self.__logger.info('Victor starting up...')
                                                     
     self.__siteSelection = SiteSelection()
     self.__replicaReduction = ReplicaReduction()