Exemple #1
0
def parse():
    config = configparser.RawConfigParser()

    global CONF
    if not CONF and config.read(file_utils.get_file_path(_ACCOUNT_FILE)):
        CONF = config
Exemple #2
0
def configure():
    l_c.fileConfig(
        file_utils.get_file_path('../logging.conf'),
        disable_existing_loggers=True
    )