3
ØLôYJ  ã               @   s*   d Z ddlZdd„ Zejdk r&dd„ ZdS )z2
Compatibility Support for Python 2.7 and earlier
é    Nc             C   s
   | j |ƒS )zH
    Given an HTTPMessage, return all headers matching a given key.
    )Úget_all)ÚmessageÚkey© r   úo/private/var/folders/7d/20zwc49s3kn54d3vgq8bd4640000gn/T/pip-build-an2lx5zf/setuptools/setuptools/py27compat.pyÚget_all_headers   s    r   é   c             C   s
   | j |ƒS )N)Ú
getheaders)r   r   r   r   r   r      s    )r   )Ú__doc__Úsysr   Úversion_infor   r   r   r   Ú<module>   s   
