Test relative imports
This commit is contained in:
parent
b60702c8c2
commit
a4e7b66f95
@ -2,8 +2,8 @@ import socket
|
|||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from Participant import Participant
|
from .Participant import Participant
|
||||||
from Thing import Thing
|
from .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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user