]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added missing class to __all__.
authorRaymond Hettinger <python@rcn.com>
Wed, 30 Oct 2002 06:20:37 +0000 (06:20 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 30 Oct 2002 06:20:37 +0000 (06:20 +0000)
Lib/imaplib.py

index 91e9cb99f70c34126529e25a5d0e0df83178af9c..75878b99878fef6b1e84403b5bea45d410cd7f60 100644 (file)
@@ -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