commit | d8ea2e080f118bfcf6200cccf659ecb46b41f505 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Oct 30 06:20:37 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Oct 30 06:20:37 2002 +0000 |
tree | b5e49d615d246fa6ea560998b67d64418db3c8ad | |
parent | a853cc6647fdbe5d880e5c4f63d499dd61cee271 [diff] |
Added missing class to __all__.
diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 91e9cb9..75878b9 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py
@@ -22,7 +22,7 @@ import binascii, re, socket, time, random, sys -__all__ = ["IMAP4", "Internaldate2tuple", +__all__ = ["IMAP4", "IMAP4_SSL", "Internaldate2tuple", "Int2AP", "ParseFlags", "Time2Internaldate"] # Globals