diff options
Diffstat (limited to 'Demo/sockets/throughput.py')
-rwxr-xr-x | Demo/sockets/throughput.py | 2 |
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. # |