Commit f4493910 authored by Barry Warsaw's avatar Barry Warsaw

__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>
parent 24f3acab
...@@ -18,8 +18,8 @@ __version__ = "2.39" ...@@ -18,8 +18,8 @@ __version__ = "2.39"
import binascii, re, socket, string, time, random, sys import binascii, re, socket, string, time, random, sys
__all__ = ["IMAP4","error","abort","readonly","Internaldate2tuple", __all__ = ["IMAP4", "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