£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>

e f                 @   s<   d  Z  d g Z d d l m Z Gd d   d e j  Z d S)z$Base class for MIME specializations.MIMEBase    )messagec               @   s"   e  Z d  Z d Z d d   Z d S)r   z$Base class for MIME specializations.c             K   sA   t  j j |   d | | f } |  j d | |  d |  d <d S)zThis constructor adds a Content-Type: and a MIME-Version: header.

        The Content-Type: header is taken from the _maintype and _subtype
        arguments.  Additional parameters for this header are taken from the
        keyword arguments.
        z%s/%szContent-Typez1.0zMIME-VersionN)r   Message__init__Z
add_header)selfZ	_maintypeZ_subtypeZ_paramsZctype r   4/opt/alt/python34/lib64/python3.4/email/mime/base.pyr      s    zMIMEBase.__init__N)__name__
__module____qualname____doc__r   r   r   r   r   r      s   N)r   __all__Zemailr   r   r   r   r   r   r   <module>   s   	