still making both branches closer
[nepi.git] / src / nepi / resources / linux / ns3 / fdudptunnel.py
index 5e766f1..9cc20d0 100644 (file)
@@ -263,7 +263,7 @@ class LinuxNs3FdUdpTunnel(LinuxUdpTunnel):
         node = self.endpoint_node(endpoint) 
         run_home = self.run_home(endpoint)
 
-        for i in xrange(20):
+        for i in range(20):
             (out, err), proc = node.check_output(run_home, filename)
 
             if out: