diff options
Diffstat (limited to 'Lib/MimeWriter.py')
| -rw-r--r-- | Lib/MimeWriter.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/MimeWriter.py b/Lib/MimeWriter.py index 9f0465614f..6aab1cd5f1 100644 --- a/Lib/MimeWriter.py +++ b/Lib/MimeWriter.py @@ -10,6 +10,7 @@ MimeWriter - the only thing here.  import string  import mimetools +__all__ = ["MimeWriter"]  class MimeWriter:  | 
