Commit d8ea2e08 authored by Raymond Hettinger's avatar Raymond Hettinger

Added missing class to __all__.

parent a853cc66
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment