From aa925a5efdffea2858b7a878824f17573842bd96 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 2 Apr 1997 05:47:39 +0000 Subject: Add #! line. --- Lib/base64.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/base64.py b/Lib/base64.py index c5a7ca7..c8363fd 100755 --- a/Lib/base64.py +++ b/Lib/base64.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python + # Conversions to/from base64 transport encoding as per RFC-MIME (Dec 1991 # version). -- cgit v0.12