예제 #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())