コード例 #1
0
def init():
    file_path = os.path.dirname(__file__)
    config_path = os.path.join(file_path, "..", "..", "config")
    manager.load_path(config_path)
コード例 #2
0
ファイル: __init__.py プロジェクト: sunu/opensanctions.org
def init():
    config_path = os.path.join(os.path.dirname(__file__), 'config')
    manager.load_path(config_path)
コード例 #3
0
ファイル: __init__.py プロジェクト: x0rzkov/memorious
def init():
    file_path = os.path.dirname(__file__)
    config_path = os.path.join(file_path, '..', '..', 'config')
    manager.load_path(config_path)