mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Added /usr/bin/env python and made executable.
This commit is contained in:
parent
1243ae7f07
commit
105bd989e3
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#! /usr/bin/env python
|
||||
|
||||
# Conversions to/from quoted-printable transport encoding as per RFC-1521
|
||||
# (Dec 1991 version).
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# uu.py
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Copyright 1994 by Lance Ellinghouse
|
||||
# Cathedral City, California Republic, United States of America.
|
||||
# All Rights Reserved
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue