From: Guido van Rossum Date: Fri, 11 Jul 1997 18:39:03 +0000 (+0000) Subject: Added /usr/bin/env python and made executable. X-Git-Tag: v1.5a3~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=105bd989e36ae0968cdd871a47e9001bb3644ac3;p=python Added /usr/bin/env python and made executable. --- diff --git a/Lib/quopri.py b/Lib/quopri.py index 47ef7512c4..e8e83977ef 100755 --- a/Lib/quopri.py +++ b/Lib/quopri.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python + # Conversions to/from quoted-printable transport encoding as per RFC-1521 # (Dec 1991 version). diff --git a/Lib/uu.py b/Lib/uu.py index 23331aa2d0..145b5aa2a4 100755 --- a/Lib/uu.py +++ b/Lib/uu.py @@ -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