Commit 0659452b authored by Piers Lauder's avatar Piers Lauder

Added IMAP4_stream to __all__

parent 1f4bcf9e
...@@ -23,7 +23,7 @@ __version__ = "2.54" ...@@ -23,7 +23,7 @@ __version__ = "2.54"
import binascii, os, random, re, socket, sys, time import binascii, os, random, re, socket, sys, time
__all__ = ["IMAP4", "IMAP4_SSL", "Internaldate2tuple", __all__ = ["IMAP4", "IMAP4_SSL", "IMAP4_stream", "Internaldate2tuple",
"Int2AP", "ParseFlags", "Time2Internaldate"] "Int2AP", "ParseFlags", "Time2Internaldate"]
# Globals # 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