still making both branches closer
[nepi.git] / src / nepi / resources / planetlab / tap.py
index 56517c3..5b1dc1e 100644 (file)
@@ -133,7 +133,7 @@ class PlanetlabTap(LinuxTap):
         if not exec_run_home:
             exec_run_home = self.run_home
 
-        for i in xrange(20):
+        for i in range(20):
             (out, err), proc = self.node.check_output(self.run_home, "vif_name")
 
             if proc.poll() > 0: