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 162e6c1 commit 6bbf006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Election/testElectionEchoExtinction.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from ahc.Ahc import EventTypes
from ahc.Channels.Channels import P2PFIFOPerfectChannel
from ahc.LinkLayers.GenericLinkLayer import LinkLayer
from ahc.NetworkLayers.AllSeeingEyeNetworkLayer import AllSeingEyeNetworkLayer
from ahc.Routing.AllSeeingEyeNetworkLayer import AllSeingEyeNetworkLayer
from ahc.Election.EchoExtinction import ElectionEchoExtinctionComponent

registry = ComponentRegistry()
Expand Down
2 changes: 1 addition & 1 deletion Election/testElectionSpira.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from ahc.Ahc import EventTypes
from ahc.Channels.Channels import P2PFIFOPerfectChannel
from ahc.LinkLayers.GenericLinkLayer import LinkLayer
from ahc.NetworkLayers.AllSeeingEyeNetworkLayer import AllSeingEyeNetworkLayer
from ahc.Routing.AllSeeingEyeNetworkLayer import AllSeingEyeNetworkLayer
from ahc.Election.Spira import ElectionSpiraComponent

registry = ComponentRegistry()
Expand Down

0 comments on commit 6bbf006

Please sign in to comment.