示例#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)