mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added IMAP4_stream to __all__
This commit is contained in:
parent
1f4bcf9edd
commit
0659452b8b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ __version__ = "2.54"
|
|||
|
||||
import binascii, os, random, re, socket, sys, time
|
||||
|
||||
__all__ = ["IMAP4", "IMAP4_SSL", "Internaldate2tuple",
|
||||
__all__ = ["IMAP4", "IMAP4_SSL", "IMAP4_stream", "Internaldate2tuple",
|
||||
"Int2AP", "ParseFlags", "Time2Internaldate"]
|
||||
|
||||
# Globals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue