From 1b6c724df01614b446b748c505214afd658e75fe Mon Sep 17 00:00:00 2001 From: R David Murray Date: Fri, 16 Mar 2012 22:43:05 -0400 Subject: #11686: add missing entries to email __all__ lists. Original patch by Steffen Daode Nurpmeso --- Lib/email/feedparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/email/feedparser.py') diff --git a/Lib/email/feedparser.py b/Lib/email/feedparser.py index 60a83255c0..aa8a2ffa64 100644 --- a/Lib/email/feedparser.py +++ b/Lib/email/feedparser.py @@ -19,7 +19,7 @@ the current message. Defects are just instances that live on the message object's .defects attribute. """ -__all__ = ['FeedParser'] +__all__ = ['FeedParser', 'BytesFeedParser'] import re -- cgit v1.2.1