Added /usr/bin/env python and made executable.

This commit is contained in:
Guido van Rossum 1997-07-11 18:39:03 +00:00
parent 1243ae7f07
commit 105bd989e3
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,5 @@
#! /usr/bin/env python
# Conversions to/from quoted-printable transport encoding as per RFC-1521
# (Dec 1991 version).

View file

@ -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