diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-16 16:59:17 (GMT) |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-16 16:59:17 (GMT) |
| commit | e0ed2d75c8bce7f0fc76c55c957052aa8a0756f2 (patch) | |
| tree | f7189504e53c1be575130aff11c7e5688f975784 /Lib/test/test_binhex.py | |
| parent | 09421f82eb1394c4df933f8796ff668eb59f2492 (diff) | |
| download | cpython-e0ed2d75c8bce7f0fc76c55c957052aa8a0756f2.zip cpython-e0ed2d75c8bce7f0fc76c55c957052aa8a0756f2.tar.gz cpython-e0ed2d75c8bce7f0fc76c55c957052aa8a0756f2.tar.bz2 | |
Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them. Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.
Diffstat (limited to 'Lib/test/test_binhex.py')
| -rw-r--r--[-rwxr-xr-x] | Lib/test/test_binhex.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_binhex.py b/Lib/test/test_binhex.py index 2f89703..1f6a0aa 100755..100644 --- a/Lib/test/test_binhex.py +++ b/Lib/test/test_binhex.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python """Test script for the binhex C module Uses the mechanism of the python binhex module |
