Merge #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:46:14 -04:00
commit 80e22b56d3
4 changed files with 8 additions and 10 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