Test Absolute imports

This commit is contained in:
Pascal Serrarens 2025-04-28 12:23:01 +02:00
parent a4e7b66f95
commit 9ee7695030

View File

@ -2,8 +2,8 @@ import socket
import threading import threading
import time import time
from .Participant import Participant from RoboidControl.Participant import Participant
from .Thing import Thing from RoboidControl.Thing import Thing
from Messages.ParticipantMsg import ParticipantMsg from Messages.ParticipantMsg import ParticipantMsg
from Messages.NetworkIdMsg import NetworkIdMsg from Messages.NetworkIdMsg import NetworkIdMsg
from Messages.ThingMsg import ThingMsg from Messages.ThingMsg import ThingMsg