#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

@ -4,7 +4,7 @@
"""Classes to generate plain text from a message object tree."""
__all__ = ['Generator', 'DecodedGenerator']
__all__ = ['Generator', 'DecodedGenerator', 'BytesGenerator']
import re
import sys