mirror of
https://github.com/python/cpython.git
synced 2025-09-17 06:06:25 +00:00
normalize shebang lines to #!/usr/bin/env python
This commit is contained in:
parent
afa595b31b
commit
9cf41d0c9d
26 changed files with 26 additions and 26 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python
|
||||
#!/usr/bin/env python
|
||||
""" Utility for parsing HTML entity definitions available from:
|
||||
|
||||
http://www.w3.org/ as e.g.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue