still making both branches closer
[nepi.git] / src / nepi / resources / linux / netns / netnsemulation.py
index 904be9f..e39831c 100644 (file)
@@ -369,7 +369,7 @@ class LinuxNetNSEmulation(LinuxApplication, NetNSEmulation):
         """
         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)