still making both branches closer
[nepi.git] / src / nepi / resources / linux / scripts / linux-udp-connect.py
index f8f8502..3e5706c 100644 (file)
@@ -153,7 +153,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()