Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
WINS Laboratory committed Jan 13, 2022
1 parent e623933 commit 122e0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from pickle import FALSE
sys.path.insert(0, os.getcwd())

from Ahc import ComponentModel, Event, ConnectorTypes, Topology, EventTypes, GenericMessage, GenericMessageHeader, FramerObjects
from Ahc import ComponentRegistry
from ahc.Ahc import ComponentModel, Event, ConnectorTypes, Topology, EventTypes, GenericMessage, GenericMessageHeader, FramerObjects
from ahc.Ahc import ComponentRegistry
from PhysicalLayers.UsrpB210OfdmFlexFramePhy import UsrpB210OfdmFlexFramePhy
from MAC.CSMA import MacCsmaPPersistent,MacCsmaPPersistentConfigurationParameters

Expand Down

0 comments on commit 122e0bc

Please sign in to comment.