diff --git a/RoboidControl/ParticipantUDP.py b/RoboidControl/ParticipantUDP.py index 2897f98..0e217ad 100644 --- a/RoboidControl/ParticipantUDP.py +++ b/RoboidControl/ParticipantUDP.py @@ -2,8 +2,8 @@ import socket import threading import time -from .Participant import Participant -from .Thing import Thing +from RoboidControl.Participant import Participant +from RoboidControl.Thing import Thing from Messages.ParticipantMsg import ParticipantMsg from Messages.NetworkIdMsg import NetworkIdMsg from Messages.ThingMsg import ThingMsg