Exemplo n.º 1
0
def get_config():
    global __config
    if __config is None:
        __config = settings.get_external_config()
    return __config
Exemplo n.º 2
0
def get_config():
    global __config
    if __config is None:
        __config = settings.get_external_config()
    return __config
Exemplo n.º 3
0
def get_config():
    global __config
    if __config is None:
        __config = settings.get_external_config() or load_config_from_file()
    return __config