ó
Đ˛Ebc           @   s`   d  d l  m Z d  d l m Z d  d l m Z d e f d     YZ d e f d     YZ d S(	   i˙˙˙˙(   t   OrderedDict(   t   TomlEncoder(   t   TomlDecodert   TomlOrderedDecoderc           B   s   e  Z d    Z RS(   c         C   s    t  |  j |   j d t  d  S(   Nt   _dict(   t   supert	   __class__t   __init__R    (   t   self(    (    s5   /tmp/pip-build-UPPWic/pip/pip/_vendor/toml/ordered.pyR      s    (   t   __name__t
   __module__R   (    (    (    s5   /tmp/pip-build-UPPWic/pip/pip/_vendor/toml/ordered.pyR      s   t   TomlOrderedEncoderc           B   s   e  Z d    Z RS(   c         C   s    t  |  j |   j d t  d  S(   NR   (   R   R   R   R    (   R   (    (    s5   /tmp/pip-build-UPPWic/pip/pip/_vendor/toml/ordered.pyR      s    (   R	   R
   R   (    (    (    s5   /tmp/pip-build-UPPWic/pip/pip/_vendor/toml/ordered.pyR      s   N(   t   collectionsR    t   pip._vendor.tomlR   R   R   R   (    (    (    s5   /tmp/pip-build-UPPWic/pip/pip/_vendor/toml/ordered.pyt   <module>   s   