
v^2                 @   s?   d  d l  m Z e j Z e j j j d d  d d   Z d S)    )cookiesZsamesiteZSameSitec             C   s   i  } x |  j  d  D]r } d | k rC | j  d d  \ } } n d | } } | j   | j   } } | su | r t j |  | | <q W| S)zD
    Return a dictionary parsed from a `Cookie:` header string.
    ;=    )splitstripr   _unquote)cookieZ
cookiedictchunkkeyval r   4/tmp/pip-build-8lau8j11/django/django/http/cookie.pyparse_cookie
   s    r   N)httpr   SimpleCookieMorsel	_reserved
setdefaultr   r   r   r   r   <module>   s   	