mirror of
https://github.com/python/cpython.git
synced 2025-08-12 04:49:01 +00:00
Fix missing or shebangs and executable bits for scripts (#10318)
This commit is contained in:
parent
299172bdba
commit
0fb681ea50
13 changed files with 5 additions and 0 deletions
1
Tools/scripts/patchcheck.py
Normal file → Executable file
1
Tools/scripts/patchcheck.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import re
|
||||
import sys
|
||||
import shutil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue