#11686: add missing entries to email __all__ lists.

Original patch by Steffen Daode Nurpmeso
This commit is contained in:
R David Murray 2012-03-16 22:43:05 -04:00
parent 41914349ad
commit 1b6c724df0
5 changed files with 9 additions and 11 deletions

View file

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