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 64244aaaf5..59543160e5 100755 --- a/Demo/sockets/throughput.py +++ b/Demo/sockets/throughput.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # Test network throughput. # |