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

This commit is contained in:
Bob Lantz
2009-12-15 17:22:56 -08:00
parent 6a30c394b1
commit 657333199b
+1 -1
View File
@@ -7,7 +7,7 @@ to adjust them, e.g. by adding entries to /etc/sysctl.conf
and running sysctl -p.
"""
from mininet import init, TreeNet
from mininet import init, TreeNet, Cli
if __name__ == '__main__':
init()