Commit a0e92a80 authored by Éric Araujo's avatar Éric Araujo

Fix missing or wrong shebangs and missing executable bits for scripts (#10318)

parent 1ce7b171
#!/usr/bin/env python3
# This script converts a C file to use the PEP 384 type definition API # This script converts a C file to use the PEP 384 type definition API
# Usage: abitype.py < old_code > new_code # Usage: abitype.py < old_code > new_code
import re, sys import re, sys
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
#!/usr/bin/env python3
""" Command line interface to difflib.py providing diffs in four formats: """ Command line interface to difflib.py providing diffs in four formats:
* ndiff: lists every line and highlights interline changes. * ndiff: lists every line and highlights interline changes.
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
#!/usr/bin/env python3
"""Classes to parse mailer-daemon messages.""" """Classes to parse mailer-daemon messages."""
import calendar import calendar
......
#!/usr/bin/env python3
"""Script that generates the ctype.h-replacement in stringobject.c.""" """Script that generates the ctype.h-replacement in stringobject.c."""
NAMES = ("LOWER", "UPPER", "ALPHA", "DIGIT", "XDIGIT", "ALNUM", "SPACE") NAMES = ("LOWER", "UPPER", "ALPHA", "DIGIT", "XDIGIT", "ALNUM", "SPACE")
......
File mode changed from 100644 to 100755
#!/usr/bin/env python3
import re import re
import sys import sys
import shutil import shutil
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
#!/usr/bin/env python #!/usr/bin/env python3
# Make a reST file compliant to our pre-commit hook. # Make a reST file compliant to our pre-commit hook.
# Currently just remove trailing whitespace. # Currently just remove trailing whitespace.
......
File mode changed from 100644 to 100755
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment