still making both branches closer
[nepi.git] / src / nepi / resources / linux / ns3 / ns3simulation.py
index 0a44d7a..3ace437 100644 (file)
@@ -723,7 +723,7 @@ class LinuxNS3Simulation(LinuxApplication, NS3Simulation):
         """
         command = " [ -e %s ] && echo 'DONE' " % self.remote_socket
 
-        for i in xrange(200):
+        for i in range(200):
             (out, err), proc = self.node.execute(command, retry = 1, 
                     with_lock = True)