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 cfa174b commit 28508db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AnonymousNetworks/testIEEE1394.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
import matplotlib.pyplot as plt
import networkx as nx
from ahc.Ahc import Topology
from Channels.Channels import P2PFIFOPerfectChannel
from ahc.Channels.Channels import P2PFIFOPerfectChannel

from AnonymousNetworks.IEEE1394 import FireWireNode
from ahc.AnonymousNetworks.IEEE1394 import FireWireNode

ACTIVE_NODE_COLOUR = "#98971a"
PASSIVE_NODE_COLOUR = "#7c6f64"
Expand Down
4 changes: 2 additions & 2 deletions AnonymousNetworks/testItaiRodeh.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
import matplotlib.pyplot as plt
import networkx as nx
from ahc.Ahc import Topology
from Channels.Channels import P2PFIFOPerfectChannel
from ahc.Channels.Channels import P2PFIFOPerfectChannel

from AnonymousNetworks.ItaiRodeh import ItaiRodehNode, State
from ahc.AnonymousNetworks.ItaiRodeh import ItaiRodehNode, State

ACTIVE_NODE_COLOUR = "#ff0000"
PASSIVE_NODE_COLOUR = "#e0e0e0"
Expand Down

0 comments on commit 28508db

Please sign in to comment.