]> granicus.if.org Git - python/commitdiff
Added /usr/bin/env python and made executable.
authorGuido van Rossum <guido@python.org>
Fri, 11 Jul 1997 18:39:03 +0000 (18:39 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Jul 1997 18:39:03 +0000 (18:39 +0000)
Lib/quopri.py
Lib/uu.py

index 47ef7512c4b541fb7c841b72ad6e2fdb25ddfafc..e8e83977ef0b7494e42b452c6035e6066c13eed4 100755 (executable)
@@ -1,3 +1,5 @@
+#! /usr/bin/env python
+
 # Conversions to/from quoted-printable transport encoding as per RFC-1521
 # (Dec 1991 version).
 
index 23331aa2d0cc793b003fa0c6b54e642626130efe..145b5aa2a464c50b3d71b1f88bb1f898472f9cdd 100755 (executable)
--- 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