still making both branches closer
[nepi.git] / src / nepi / resources / linux / scripts / fd-udp-connect.py
index 7096cf1..2c058e2 100644 (file)
@@ -128,7 +128,7 @@ if __name__ == '__main__':
     #       even if the file exists and had the port number,
     #       the read operation returns empty string!
     #       Maybe a race condition?
-    for i in xrange(10):
+    for i in range(10):
         with open(remote_port_file, 'r') as f:
             remote_port = f.read()