Removed unnecessary init() calls.

This commit is contained in:
Bob Lantz
2010-04-10 21:35:58 -07:00
parent 4720f559c3
commit a4db2c2fca
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -108,7 +108,6 @@ if __name__ == '__main__':
lg.setLogLevel( 'info' )
if not os.path.exists( './udpbwtest' ):
raise Exception( 'Could not find udpbwtest in current directory.' )
init()
network = Mininet( TreeTopo( depth=2, fanout=2 ), switch=KernelSwitch )
network.start()
udpbwtest( network, seconds=10 )