added a few more __all__ lists

test___all__.py: fail silently in check_all if the module can't be imported
This commit is contained in:
Skip Montanaro 2001-01-25 15:29:22 +00:00
parent 438bb94789
commit 03d9014992
4 changed files with 16 additions and 8 deletions

View file

@ -5,6 +5,8 @@ import os
import rfc822
import tempfile
__all__ = ["Message","choose_boundary","encode","decode","copyliteral",
"copybinary"]
class Message(rfc822.Message):
"""A derived class of rfc822.Message that knows about MIME headers and