Example #1
0
def get_interfaces_path():
    return os.path.join(get_data_path(), "db")
Example #2
0
def get_actions_path():
    return os.path.join(get_data_path(), "db/actions")
Example #3
0
def get_default_icon_device():
    return os.path.join(get_data_path(), DEFAULT_ICON_DEVICE)
Example #4
0
def get_default_icon_action():
    return os.path.join(get_data_path(), DEFAULT_ICON_ACTION)
Example #5
0
def get_default_icon_interface():
    return os.path.join(get_data_path(), DEFAULT_ICON_INTERFACE)