This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
# Copyright (C) 2001-2006 Python Software Foundation
# Author: Barry Warsaw
# Contact: email-sig@python.org
"""Class representing text/* type MIME documents."""
__all__=['MIMEText']
fromemail.encodersimportencode_7or8bit
fromemail.mime.nonmultipartimportMIMENonMultipart
classMIMEText(MIMENonMultipart):
"""Class for generating text/* type MIME documents."""