diff options
Diffstat (limited to 'Lib/test/test_errno.py')
-rwxr-xr-x | Lib/test/test_errno.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_errno.py b/Lib/test/test_errno.py index 621335c..e7d5ce5 100755 --- a/Lib/test/test_errno.py +++ b/Lib/test/test_errno.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 """Test the errno module Roger E. Masse """ |