a
    �DOg�  �                   @   s2   d gZ ddlmZ ddlmZ G dd � d e�ZdS )�MIMENonMultipart�    )�errors)�MIMEBasec                   @   s   e Zd Zdd� ZdS )r   c                 C   s   t �d��d S )Nz4Cannot attach additional subparts to non-multipart/*)r   ZMultipartConversionError)�self�payload� r   �//usr/lib64/python3.9/email/mime/nonmultipart.py�attach   s    �zMIMENonMultipart.attachN)�__name__�
__module__�__qualname__r	   r   r   r   r   r      s   N)�__all__Zemailr   Zemail.mime.baser   r   r   r   r   r   �<module>   s