summaryrefslogtreecommitdiff
path: root/Lib/email/base64mime.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email/base64mime.py')
-rw-r--r--Lib/email/base64mime.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/email/base64mime.py b/Lib/email/base64mime.py
index 5131f8e13e..28e2542520 100644
--- a/Lib/email/base64mime.py
+++ b/Lib/email/base64mime.py
@@ -29,8 +29,6 @@ __all__ = [
'body_encode',
'decode',
'decodestring',
- 'encode',
- 'encodestring',
'header_encode',
'header_length',
]