__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:
Barry Warsaw 2001-01-24 04:16:09 +00:00
parent 24f3acab3b
commit f44939105a
1 changed files with 2 additions and 2 deletions

View File

@ -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