summaryrefslogtreecommitdiffstats
path: root/Lib/base64.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/base64.py')
-rw-r--r--[-rwxr-xr-x]Lib/base64.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/base64.py b/Lib/base64.py
index 5a7e790..61be4fb 100755..100644
--- a/Lib/base64.py
+++ b/Lib/base64.py
@@ -1,5 +1,3 @@
-#! /usr/bin/env python3
-
"""Base16, Base32, Base64 (RFC 3548), Base85 and Ascii85 data encodings"""
# Modified 04-Oct-1995 by Jack Jansen to use binascii module