Add support for LLSD inventory representations

This commit is contained in:
Salad Dais
2021-12-03 05:38:40 +00:00
parent 74c3287cc0
commit 5de3ed0d5e
6 changed files with 165 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
Example of how to request an Xfer
"""
from hippolyzer.lib.base.datatypes import UUID
from hippolyzer.lib.base.legacy_inv import InventoryModel
from hippolyzer.lib.base.inventory import InventoryModel
from hippolyzer.lib.base.templates import XferFilePath, AssetType, InventoryType, WearableType
from hippolyzer.lib.base.message.message import Block, Message
from hippolyzer.lib.proxy.addon_utils import BaseAddon, show_message