Skip to content

Commit

Permalink
Imports corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
cengwins committed Jan 14, 2022
1 parent 28508db commit 7454da5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Broadcasting/testbroadcasting.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

from ahc.Ahc import ComponentModel, Event, ConnectorTypes, Topology, EventTypes
from ahc.Ahc import ComponentRegistry
from Broadcasting.Broadcasting import ControlledFlooding
from Channels.Channels import P2PFIFOFairLossChannel
from LinkLayers.GenericLinkLayer import LinkLayer
from ahc.Broadcasting.Broadcasting import ControlledFlooding
from ahc.Channels.Channels import P2PFIFOFairLossChannel
from ahc.LinkLayers.GenericLinkLayer import LinkLayer

registry = ComponentRegistry()

Expand Down

0 comments on commit 7454da5

Please sign in to comment.