ÿØÿàJFIFÿþ ÿÛC       ÿÛC ÿÀÿÄÿÄ"#QrÿÄÿÄ&1!A"2qQaáÿÚ ?Øy,æ/3JæÝ¹È߲؋5êXw²±ÉyˆR”¾I0ó2—PI¾IÌÚiMö¯–þrìN&"KgX:Šíµ•nTJnLK„…@!‰-ý ùúmë;ºgµŒ&ó±hw’¯Õ@”Ü— 9ñ-ë.²1<yà‚¹ïQÐU„ہ?.’¦èûbß±©Ö«Âw*VŒ) `$‰bØÔŸ’ëXÖ-ËTÜíGÚ3ð«g Ÿ§¯—Jx„–’U/ÂÅv_s(Hÿ@TñJÑãõçn­‚!ÈgfbÓc­:él[ðQe 9ÀPLbÃãCµm[5¿ç'ªjglå‡Ûí_§Úõl-;"PkÞÞÁQâ¼_Ñ^¢SŸx?"¸¦ùY騐ÒOÈ q’`~~ÚtËU¹CڒêV  I1Áß_ÿÙ [c@sHdZddlZddlZddlZddlmZddlmZmZm Z m Z m Z yddl Z Wne k rddlZ nXdefdYZdefd YZd Zd Zeed Zd efdYZdeje fdYZdZdZdZeedZdZdS(s requests.cookies ~~~~~~~~~~~~~~~~ Compatibility code to be able to use `cookielib.CookieJar` with requests. requests.utils imports from here, so be careful with imports. iNi(tto_native_string(t cookielibturlparset urlunparsetMorseltMutableMappingt MockRequestcBseZdZdZdZdZdZdZdZdZ ddZ d Z d Z d Zed Zed ZedZRS(sWraps a `requests.Request` to mimic a `urllib2.Request`. The code in `cookielib.CookieJar` expects this interface in order to correctly manage cookie policies, i.e., determine whether a cookie can be set, given the domains of the request and the cookie. The original request object is read-only. The client is responsible for collecting the new headers via `get_new_headers()` and interpreting them appropriately. You probably want `get_cookie_header`, defined below. cCs.||_i|_t|jjj|_dS(N(t_rt _new_headersRturltschemettype(tselftrequest((s4/usr/lib/python2.7/site-packages/requests/cookies.pyt__init__%s  cCs|jS(N(R (R ((s4/usr/lib/python2.7/site-packages/requests/cookies.pytget_type*scCst|jjjS(N(RRR tnetloc(R ((s4/usr/lib/python2.7/site-packages/requests/cookies.pytget_host-scCs |jS(N(R(R ((s4/usr/lib/python2.7/site-packages/requests/cookies.pytget_origin_req_host0scCsx|jjjds|jjSt|jjddd}t|jj}t|j||j|j |j |j gS(NtHosttencodingsutf-8( RtheaderstgetR RRRR tpathtparamstquerytfragment(R thosttparsed((s4/usr/lib/python2.7/site-packages/requests/cookies.pyt get_full_url3s cCstS(N(tTrue(R ((s4/usr/lib/python2.7/site-packages/requests/cookies.pytis_unverifiableAscCs||jjkp||jkS(N(RRR(R tname((s4/usr/lib/python2.7/site-packages/requests/cookies.pyt has_headerDscCs%|jjj||jj||S(N(RRRR(R R tdefault((s4/usr/lib/python2.7/site-packages/requests/cookies.pyt get_headerGscCstddS(sMcookielib has no legitimate use for this method; add it back if you find one.s=Cookie headers should be added with add_unredirected_header()N(tNotImplementedError(R tkeytval((s4/usr/lib/python2.7/site-packages/requests/cookies.pyt add_headerJscCs||j|RBR0RIt RuntimeErrorRJRpRKRRPRORRR(((s4/usr/lib/python2.7/site-packages/requests/cookies.pyt s*   ( H    $