Skip to content
Snippets Groups Projects
Commit 65733319 authored by Bob Lantz's avatar Bob Lantz
Browse files

Fixed treeping1024.py to import Cli, so it should work now.

parent 6a30c394
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
and running sysctl -p.
"""
from mininet import init, TreeNet
from mininet import init, TreeNet, Cli
if __name__ == '__main__':
init()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment