still rubbing off differences
[nepi.git] / examples / linux / testing / ccncat_extended_ring_topo.py
index 27932e2..2e5cce8 100644 (file)
@@ -156,7 +156,7 @@ if __name__ == '__main__':
     ring_hosts = [host1, host2, host3, host4]
     ccnds = dict()
 
-    for i in xrange(len(ring_hosts)):
+    for i in range(len(ring_hosts)):
         host = ring_hosts[i]
         node = add_node(ec, host, pl_user, pl_ssh_key)
         ccnd = add_ccnd(ec, node)