Skip to content

Commit

Permalink
Fix failed dependencies from revert
Browse files Browse the repository at this point in the history
  • Loading branch information
awlane committed Jun 22, 2018
1 parent d94e773 commit 806e86b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom/topo-2ap-2sta.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
topology enables one to pass in '--topo=mytopo' from the command line.
"""

from mininet.wifi.topo import Topo_WiFi
from mn_wifi.topo import Topo_WiFi

class MyTopo( Topo_WiFi ):
"Simple topology example."
Expand Down
1 change: 1 addition & 0 deletions mn_wifi/test/test_switchdpidassignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from mininet.node import Controller, IVSSwitch
from mn_wifi.node import Station, UserAP, OVSAP
from mininet.topo import Topo
from mn_wifi.topo import Topo_WiFi
from mininet.log import setLogLevel
from mininet.util import quietRun
from mininet.clean import cleanup
Expand Down

0 comments on commit 806e86b

Please sign in to comment.