예제 #1
0
파일: utils.py 프로젝트: GunioRobot/HANS
def get_interfaces_path():
    return os.path.join(get_data_path(), "db")
예제 #2
0
파일: utils.py 프로젝트: GunioRobot/HANS
def get_actions_path():
    return os.path.join(get_data_path(), "db/actions")
예제 #3
0
파일: utils.py 프로젝트: GunioRobot/HANS
def get_default_icon_device():
    return os.path.join(get_data_path(), DEFAULT_ICON_DEVICE)
예제 #4
0
파일: utils.py 프로젝트: GunioRobot/HANS
def get_default_icon_action():
    return os.path.join(get_data_path(), DEFAULT_ICON_ACTION)
예제 #5
0
파일: utils.py 프로젝트: GunioRobot/HANS
def get_default_icon_interface():
    return os.path.join(get_data_path(), DEFAULT_ICON_INTERFACE)