summaryrefslogtreecommitdiffstats
path: root/Demo/sockets/echosvr.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sockets/echosvr.py')
-rwxr-xr-xDemo/sockets/echosvr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sockets/echosvr.py b/Demo/sockets/echosvr.py
index acf0a39..c1acf6c 100755
--- a/Demo/sockets/echosvr.py
+++ b/Demo/sockets/echosvr.py
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#! /usr/bin/env python
# Python implementation of an 'echo' tcp server: echo all data it receives.
#