still making both branches closer
[nepi.git] / examples / ccn_emu_live / dce_4_nodes_linear.py
index b738798..a2c7bb2 100644 (file)
@@ -46,7 +46,7 @@ def avg_interest_rtt(ec, run):
 \r
     # statistics on RTT\r
     rtts = [content_names[content_name]["rtt"] \\r
-            for content_name in content_names.keys()]\r
+            for content_name in content_names]
 \r
     # sample mean and standard deviation\r
     sample = numpy.array(rtts)\r