コード例 #1
0
ファイル: __init__.py プロジェクト: ro21han/hifun
def getMachineFile():
    return configuration.getConfigValue("toolsettings:machfile")
コード例 #2
0
ファイル: __init__.py プロジェクト: ro21han/hifun
def getSolverFlags():
    return configuration.getConfigValue("toolsettings:rans_flag")
コード例 #3
0
ファイル: tools.py プロジェクト: ro21han/hifun
def getRepository():
    return configuration.getConfigValue("toolsettings:repository", getConfSaveSpace())