From 657333199b8b8e9a97ac66591ca7e19b549540ef Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 15 Dec 2009 17:22:56 -0800 Subject: [PATCH] Fixed treeping1024.py to import Cli, so it should work now. --- examples/tree1024.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tree1024.py b/examples/tree1024.py index 3c96770..e7abd7e 100755 --- a/examples/tree1024.py +++ b/examples/tree1024.py @@ -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()