mirror of
https://github.com/python/cpython.git
synced 2025-08-14 22:01:08 +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/redemo.py
Normal file → Executable file
1
Tools/scripts/redemo.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
"""Basic regular expression demostration facility (Perl style syntax)."""
|
||||
|
||||
from Tkinter import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue