mirror of https://github.com/python/cpython
__all__: removed "error", "abort", "readonly", as these are not
exportable module attributes (they're attributes on the IMAP class). Fixed the case typo on Time2Internaldate. Does anybody run the test suite any more? <wink>
This commit is contained in:
parent
24f3acab3b
commit
f44939105a
|
@ -18,8 +18,8 @@ __version__ = "2.39"
|
|||
|
||||
import binascii, re, socket, string, time, random, sys
|
||||
|
||||
__all__ = ["IMAP4","error","abort","readonly","Internaldate2tuple",
|
||||
"Int2AP","ParseFlags","Time2InternalDate"]
|
||||
__all__ = ["IMAP4", "Internaldate2tuple",
|
||||
"Int2AP", "ParseFlags", "Time2Internaldate"]
|
||||
|
||||
# Globals
|
||||
|
||||
|
|
Loading…
Reference in New Issue