still rubbing off differences
[nepi.git] / examples / linux / testing / scalability.py
index 4c896c2..1c9033b 100644 (file)
@@ -148,7 +148,7 @@ if __name__ == '__main__':
 
     for host in hostnames:
         node = add_node(ec, host, pl_slice)
-        for i in xrange(20):
+        for i in range(20):
             app = add_app(ec)
             ec.register_connection(app, node)
             apps.append(app)