convert shebang lines: python -> python3
diff --git a/Demo/sockets/rpython.py b/Demo/sockets/rpython.py
index b654dc2..7dcf979 100755
--- a/Demo/sockets/rpython.py
+++ b/Demo/sockets/rpython.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 # Remote python client.
 # Execute Python commands remotely and send output back.