still making both branches closer
[nepi.git] / test / resources / linux / application.py
index 4bda4f9..bd6b0fe 100755 (executable)
@@ -156,7 +156,7 @@ main (void)
         ec.set(node, "cleanProcesses", True)
 
         apps = list()
-        for i in xrange(50):
+        for i in range(50):
             app = ec.register_resource("linux::Application")
             cmd = "ping -c5 %s" % self.target 
             ec.set(app, "command", cmd)