Added /usr/bin/env python and made executable.
This commit is contained in:
parent
1243ae7f07
commit
105bd989e3
|
@ -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…
Reference in New Issue