Exemplo n.º 1
0
def parse():
    config = configparser.RawConfigParser()

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