Fix first.py example

This commit is contained in:
Tom Henderson
2009-07-26 07:25:19 -07:00
parent 57634eb170
commit 61672f39a8

View File

@@ -18,8 +18,6 @@ import ns3
ns3.LogComponentEnable("UdpEchoClientApplication", ns3.LOG_LEVEL_INFO)
ns3.LogComponentEnable("UdpEchoServerApplication", ns3.LOG_LEVEL_INFO)
ns3.RandomVariable.UseGlobalSeed(1, 1, 2, 3, 5, 8)
nodes = ns3.NodeContainer()
nodes.Create(2)