diff options
author | Guido van Rossum <guido@python.org> | 1997-04-02 05:47:39 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-02 05:47:39 (GMT) |
commit | aa925a5efdffea2858b7a878824f17573842bd96 (patch) | |
tree | da7c4e17e6fc57756c631b8dea601408efbe7aac /Lib/base64.py | |
parent | ab096c91e2ec36dc64daf208b20a2cc846449015 (diff) | |
download | cpython-aa925a5efdffea2858b7a878824f17573842bd96.zip cpython-aa925a5efdffea2858b7a878824f17573842bd96.tar.gz cpython-aa925a5efdffea2858b7a878824f17573842bd96.tar.bz2 |
Add #! line.
Diffstat (limited to 'Lib/base64.py')
-rwxr-xr-x | Lib/base64.py | 2 |
1 files changed, 2 insertions, 0 deletions
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). |