still making both branches closer
[nepi.git] / src / nepi / resources / linux / tap.py
index ac11eb0..d7bad1c 100644 (file)
@@ -422,7 +422,7 @@ class LinuxTap(LinuxApplication):
         result = None
         delay = 1.0
 
-        for i in xrange(20):
+        for i in range(20):
             (out, err), proc = self.node.check_output(home, filename)
             if out:
                 result = out.strip()