summaryrefslogtreecommitdiffstats
path: root/Demo/sockets/throughput.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-10-25 19:20:23 (GMT)
committerGuido van Rossum <guido@python.org>1992-10-25 19:20:23 (GMT)
commitf3994ff9e73e0c5e21951fbacb455f9f69e908b3 (patch)
tree05c8b5f3067428ac301f3acb01ab43f49f6a3dc2 /Demo/sockets/throughput.py
parent8208702f197675dd3bb4c5af029c7ca554fde139 (diff)
downloadcpython-f3994ff9e73e0c5e21951fbacb455f9f69e908b3.zip
cpython-f3994ff9e73e0c5e21951fbacb455f9f69e908b3.tar.gz
cpython-f3994ff9e73e0c5e21951fbacb455f9f69e908b3.tar.bz2
Use /usr/local/bin/python
Diffstat (limited to 'Demo/sockets/throughput.py')
-rwxr-xr-xDemo/sockets/throughput.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sockets/throughput.py b/Demo/sockets/throughput.py
index 6ffcaa8..f1607f3 100755
--- a/Demo/sockets/throughput.py
+++ b/Demo/sockets/throughput.py
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
# Test network throughput.
#