mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
move lxmf message fields class to src folder
This commit is contained in:
parent
2cac99ea75
commit
3f4da4198c
2 changed files with 1 additions and 1 deletions
2
web.py
2
web.py
|
|
@ -20,7 +20,7 @@ from peewee import SqliteDatabase
|
|||
from serial.tools import list_ports
|
||||
|
||||
import database
|
||||
from lxmf_message_fields import LxmfImageField, LxmfFileAttachmentsField, LxmfFileAttachment
|
||||
from src.lxmf_message_fields import LxmfImageField, LxmfFileAttachmentsField, LxmfFileAttachment
|
||||
from src.audio_call_manager import AudioCall, AudioCallManager
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue