From 0659452b8b273fb04fc6efee2f5b262837251818 Mon Sep 17 00:00:00 2001 From: Piers Lauder Date: Wed, 2 Jun 2004 00:42:36 +0000 Subject: Added IMAP4_stream to __all__ --- Lib/imaplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 3dd7e07..8ccf8b8 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -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 -- cgit v0.12