From d8ea2e080f118bfcf6200cccf659ecb46b41f505 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 30 Oct 2002 06:20:37 +0000 Subject: Added missing class to __all__. --- Lib/imaplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ __version__ = "2.53" import binascii, re, socket, time, random, sys -__all__ = ["IMAP4", "Internaldate2tuple", +__all__ = ["IMAP4", "IMAP4_SSL", "Internaldate2tuple", "Int2AP", "ParseFlags", "Time2Internaldate"] # Globals -- cgit v0.12