diff --git a/RoboidControl/ParticipantUDP.py b/RoboidControl/ParticipantUDP.py index acb0cf2..2897f98 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 .Participant import Participant +from .Thing import Thing from Messages.ParticipantMsg import ParticipantMsg from Messages.NetworkIdMsg import NetworkIdMsg from Messages.ThingMsg import ThingMsg