mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
# Conversions to/from quoted-printable transport encoding as per RFC-1521
|
||||||
# (Dec 1991 version).
|
# (Dec 1991 version).
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# uu.py
|
#! /usr/bin/env python
|
||||||
|
|
||||||
# Copyright 1994 by Lance Ellinghouse
|
# Copyright 1994 by Lance Ellinghouse
|
||||||
# Cathedral City, California Republic, United States of America.
|
# Cathedral City, California Republic, United States of America.
|
||||||
# All Rights Reserved
|
# All Rights Reserved
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue