Files
intellecton/venv/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc
T

397 lines
39 KiB
Plaintext
Raw Normal View History

Ë
j„¬ãóúddlmZddlZddlZddlZddlZddlZddlZddlZddl m
Z ddl m
Z
ddlmZddlmZddlmZdd lmZmZmZmZmZmZmZmZdd
lmZdd lmZm Z m!Z!m"Z"m#Z#m$Z$m%Z%m&Z&m'Z'm(Z(m)Z)m*Z*m+Z+dd l,m-Z-dd
l.m/Z/ddl0m1Z1ddl2m3Z3m4Z4ddl5m6Z6ddl7m8Z8ddl9m:Z:m;Z;m<Z<ddl=m>Z>m?Z?ddl=m@ZAddl=mBZBddlCmDZDerddlFZFddlGmHZHddlmIZImJZJejeL«ZMee<eOe;dfZPGdd«ZQeehZTGddeQe«ZUGddeU«ZVd%dZWed&d „«Z@ed'd!„«Z@d(d"„Z@ d) d*d#„ZYd+d$„ZZy),é)Ú annotationsN©Útimeout)Ú
TracebackTypeé)Ú
_TYPE_BODY)ÚHTTPHeaderDict)ÚRequestMethods)Ú BaseSSLErrorÚBrokenPipeErrorÚDummyConnectionÚHTTPConnectionÚ
HTTPExceptionÚHTTPSConnectionÚ ProxyConfigÚ_wrap_proxy_error)Úport_by_scheme)
ÚClosedPoolErrorÚEmptyPoolErrorÚ
FullPoolErrorÚHostChangedErrorÚInsecureRequestWarningÚLocationValueErrorÚ
MaxRetryErrorÚNewConnectionErrorÚ
ProtocolErrorÚ
ProxyErrorÚReadTimeoutErrorÚSSLErrorÚ TimeoutError)ÚBaseHTTPResponse)Úis_connection_dropped)Úconnection_requires_http_tunnel)Ú_TYPE_BODY_POSITIONÚset_file_position)ÚRetry)ÚCertificateError)Ú_DEFAULT_TIMEOUTÚ
_TYPE_DEFAULTÚTimeout)ÚUrlÚ_encode_target)Ú_normalize_host)Ú parse_url)Úto_str)ÚSelf)ÚBaseHTTPConnectionÚBaseHTTPSConnectioncóreZdZUdZdZded<ejZd
d dZ d dZ
d
dZ ddZ dd „Z
y)ÚConnectionPoola;
Base class for all connection pools, such as
:class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`.
.. note::
ConnectionPool.urlopen() does not normalize or percent-encode target URIs
which is useful if your target server doesn't support percent-encoded
target URIs.
str | NoneÚschemecó¸|s td«t||j¬«|_||_t ||j¬«j
«|_y)NzNo host specified.©r6)rr-r6ÚhostÚportÚnormalize_hostÚlowerÚ _tunnel_host)Úselfr9r:s úY/home/antigravity/intellecton/venv/lib/python3.12/site-packages/urllib3/connectionpool.pyÚ__init__zConnectionPool.__init__QsHÙÜ$Ð%9Ó # D°·±ÔŒ ؈Œ ô +¨4¸¿ ¹ ÔÕócóft|«jd|jd|jdS)Nz(host=z, port=ú))ÚtypeÚ__name__r9r:©r>s r?Ú__str__zConnectionPool.__str__^s.Üt“*×& f¨T¯Y©Y¨M¸ÀÇÁÀ
ÈQÐOrAcó|S©rFs r?Ú __enter__zConnectionPool.__enter__as؈ rAcó$|j«y)NF)Úclose)r>Úexc_typeÚexc_valÚexc_tbs r?Ú__exit__zConnectionPool.__exit__dsð
Œ àrAcóy©zD
Close all pooled connections and disable the pool.
NrJrFs r?rMzConnectionPool.closenórArI)r9Ústrr:ú
int | NoneÚreturnÚNone)rWrU)rWr0)rNztype[BaseException] | NonerOzBaseException | NonerPzTracebackType | NonerWztyping.Literal[False]©rWrX)rEÚ
__module__Ú __qualname__Ú__doc__r6Ú__annotations__ÚqueueÚ LifoQueueÚQueueClsr@rGrKrQrMrJrAr?r4r4Cs]ñð€FˆJÓØ€Hô MóPóðàððð
ó ô rAr4c óreZdZUdZdZeZded<dedddddddf ddZ dd „Z
ddd
Z dd Z dd Z
dd
ZddZ ddZdddedddddf ddZddZddZdddddeddddddf d dZy)!ÚHTTPConnectionPoola
Thread-safe connection pool for one host.
:param host:
Host used for this HTTP Connection (e.g. "localhost"), passed into
:class:`http.client.HTTPConnection`.
:param port:
Port used for this HTTP Connection (None is equivalent to 80), passed
into :class:`http.client.HTTPConnection`.
:param timeout:
Socket timeout in seconds for each individual connection. This can
be a float or integer, which sets the timeout for the HTTP request,
or an instance of :class:`urllib3.util.Timeout` which gives you more
fine-grained control over request timeouts. After the constructor has
been parsed, this is always a `urllib3.util.Timeout` object.
:param maxsize:
Number of connections to save that can be reused. More than 1 is useful
in multithreaded situations. If ``block`` is set to False, more
connections will be created but they will not be saved once they've
been used.
:param block:
If set to True, no more than ``maxsize`` connections will be used at
a time. When no free connections are available, the call will block
until a connection has been released. This is a useful side effect for
particular multithreaded situations where one does not want to use more
than maxsize connections per host to prevent flooding.
:param headers:
Headers to include with all requests, unless other headers are given
explicitly.
:param retries:
Retry configuration to use by default with requests in this pool.
:param _proxy:
Parsed proxy URL, should not be used directly, instead, see
:class:`urllib3.ProxyManager`
:param _proxy_headers:
A dictionary with proxy headers, should not be used directly,
instead, see :class:`urllib3.ProxyManager`
:param \**conn_kw:
Additional parameters are used to create fresh :class:`urllib3.connection.HTTPConnection`,
:class:`urllib3.connection.HTTPSConnection` instances.
Úhttpz4type[BaseHTTPConnection] | type[BaseHTTPSConnection]Ú
ConnectionClsNrFc  óÖtj|||«tj||«t|t«st j
|«}|t j}||_||_ |j|«|_ ||_ ||_
| xsi|_|
|_t!|«D]} |jj#d«Œd|_d|_| |_|jrN|j(j+dg«|j|j(d<|j|j(d<|j}
t-j.|t0|
«y)NrÚsocket_optionsÚproxyÚ proxy_config)r4r@r
Ú
isinstancer*Ú
from_floatr&ÚDEFAULTrÚretriesr`ÚpoolÚblockrgÚ
proxy_headersrhÚrangeÚputÚnum_connectionsÚ num_requestsÚconn_kwÚ
setdefaultÚweakrefÚfinalizeÚ_close_pool_connections)r>r9r:rÚmaxsizernÚheadersrlÚ_proxyÚ_proxy_headersÚ
_proxy_configrtÚ_rms r?r@zHTTPConnectionPool.__init__¯s1ô ×Ñ  d¨DÔ×Ñ  ˜'¤7Ô×Ó1ˆGà ˆ?Ü—m‘mˆGàˆŒ ؈Œ à8<¿
¹
ÀgÓ8NˆŒ ؈Œ
àˆŒ
Ø1¨rˆÔØÔôw“ò ˆAØ I‰IM‰M˜$Õ ð ðÔØˆÔ؈Œ à :Š:ð
L‰L× #Ð$4°bÔ 9à$(§J¡JˆDL‰L˜Ñ !Ø+/×+<Ñ+<ˆDL‰L˜Ñ y‰yˆô ×јÔÕ=rAcó4|xjdz
c_tjd|j|j|jxsd«|j
d|j|j|j jdœ|j¤Ž}|S)z9
Return a fresh :class:`HTTPConnection`.
rz(Starting new HTTP connection (%d): %s:%sÚ80)r9r:rrJ) rrÚlogÚdebugr9r:rdrÚconnect_timeoutrt©r>Úconns r?Ú _new_connzHTTPConnectionPool._new_connìs‰ð
×Ò ÑÜ ‰ Ø × Ñ Ø I‰IØ I‰IÒ ˜ô 
ð"ˆt×
ØØØ—L‘L×
ðl‰lñ 
ˆð ˆ rAcó¶d}|j t|d« |jj|j|¬«}|r;t|«r0tjd|j«|j«|xs|j«S#t$rt|d«dt
j $r|jr
t|d«dYŒ”wxYw)a™
Get a connection. Will return a pooled connection if one is available.
If no connections are available and :prop:`.block` is ``False``, then a
fresh connection is returned.
:param timeout:
Seconds to wait before giving up and raising
:class:`urllib3.exceptions.EmptyPoolError` if the pool is empty and
:prop:`.block` is ``True``.
NzPool is closed.)rnrzHPool is empty and a new connection can't be opened due to blocking mode.z Resetting dropped connection: %s)rmrÚgetrnÚAttributeErrorr^ÚEmptyrr"rrr9rMr†)r>rr…s r?Ú _get_connzHTTPConnectionPool._get_connðˆà 9‰9Ð Ü! $Ð(9Ó  Ø—99—=‘= t§z¡z¸7Cˆ Ô)¨$Ô I‰IÐ8¸$¿)¹)Ô J‰JŒLàÒ't—~'øô!ò EÜ! $Ð(9ÓÐ {‰{ò ØzŠzÜØððñ
ð
 úsœ'BÂACÃCcóŽ|j |jj|d¬«y|r|j «yy#t$rYŒtj$rg|r|j «|j r
t|d«dtjd|j|jj««YŒ—wxYw)
Put a connection back into the pool.
:param conn:
Connection object for the current host and port as returned by
:meth:`._new_conn` or :meth:`._get_conn`.
If the pool is already full, the connection is closed and discarded
because we exceeded maxsize. If connections are discarded frequently,
then maxsize should be increased.
If the pool is closed, then the connection will be closed and discarded.
NF©rnz>Pool reached maximum size and no more connections are allowed.zLConnection pool is full, discarding connection: %s. Connection pool size: %s) rmrqr‰r^ÚFullrMrnrrÚwarningr9Úqsizer„s r?Ú _put_connzHTTPConnectionPool._put_conn&ð 9‰9Ð ð
Ø
˜d¨%
Ôñ. Ø J‰J øô-
áÜ—:
áØ—J‘J”Là—:’:äØð ð ô
 Ø—I‘IØ—I‘I—O‘OÓð
úsŽAÁ CÁ A6CÃCcóy)úU
Called right before a request is made, after the socket is created.
NrJr„s r?Ú_validate_connz!HTTPConnectionPool._validate_connQrTrAcóyrIrJr„s r?Ú_prepare_proxyz!HTTPConnectionPool._prepare_proxyVsà rAcó°|tur|jj«St|t«r|j«St j
|«S)z:Helper that always returns a :class:`urllib3.util.Timeout`)r(rÚclonerir*rj)r>rs r?Ú _get_timeoutzHTTPConnectionPool._get_timeoutZsGà Ô —<<× gœwÔ —==“?Ð ×%  .rAcóªt|t«rt||d|d«|t|d«r%|jt
vrt||d|d«|yy)zAIs the error actually a timeout? Will raise a ReadTimeout or passúRead timed out. (read timeout=rCÚerrnoN)riÚ
SocketTimeoutrÚhasattrrœÚ_blocking_errnos)r>ÚerrÚurlÚ
timeout_values r?Ú_raise_timeoutz!HTTPConnectionPool._raise_timeoutfsqô cœ=Ô ;¸M¸?È!Ðàð
ô
3˜Ô  S§Y¡YÔ2BÑ%BÜ;¸M¸?È!Ðàð
ð&CÐ rATc
óP|xjdz
c_|j|«}
|
j«tj|
j
«|_ |j|« |j+||||||
| | ¬«|
j4}|j6s|dk(rt9||d|d«||_ |j;«}||_| |_||_ tBjEd|j(|jF|jH|||jJ|jL|jN« |S#ttf$r$}|j|||j ¬«d}~wwxYw#ttttttf$r„}|}t!|ttf«r t|«}t!|ttttf«r:|r8|j"r,|j$s t'||j"j(«}|d}~wwxYw#t,$rYŒ¢t$rF}|j.t.j0k7r|j.t.j2k7rYd}~Œëd}~wwxYw#ttf$r}|j|||¬«d}~wwxYw) a8
Perform a request on a given urllib connection object taken from our
pool.
:param conn:
a connection from one of our connection pools
:param method:
HTTP request method (such as GET, POST, PUT, etc.)
:param url:
The URL to perform the request on.
:param body:
Data to send in the request body, either :class:`str`, :class:`bytes`,
an iterable of :class:`str`/:class:`bytes`, or a file-like object.
:param headers:
Dictionary of custom headers to send, such as User-Agent,
If-None-Match, etc. If None, pool headers are used. If provided,
these headers completely replace any pool-specific headers.
:param retries:
Configure the number of retries to allow before raising a
:class:`~urllib3.exceptions.MaxRetryError` exception.
Pass ``None`` to retry until you receive a response. Pass a
:class:`~urllib3.util.retry.Retry` object for fine-grained control
over different types of retries.
Pass an integer number to retry connection errors that many times,
but no other types of errors. Pass zero to never retry.
If ``False``, then retries are disabled and any exception is raised
immediately. Also, instead of raising a MaxRetryError on redirects,
the redirect response will be returned.
:type retries: :class:`~urllib3.util.retry.Retry`, False, or an int.
:param timeout:
If specified, overrides the default timeout for this one
request. It may be a float (in seconds) or an instance of
:class:`urllib3.util.Timeout`.
:param chunked:
If True, urllib3 will send the body using chunked transfer
encoding. Otherwise, urllib3 will send the body using the standard
content-length form. Defaults to False.
:param response_conn:
Set this to ``None`` if you will handle releasing the connection or
set the connection to have the response release it.
:param preload_content:
If True, the response's body will be preloaded during construction.
:param decode_content:
If True, will attempt to decode the body based on the
'content-encoding' header.
:param enforce_content_length:
Enforce content length checking. Body returned by server must match
value of Content-Length header, if present. Otherwise, raise error.
r©r N)ÚbodyrzÚchunkedÚpreload_contentÚdecode_contentÚenforce_content_lengthrrrCz%s://%s:%s "%s %s %s" %s %s)(rsr™Ú
start_connectr*Úresolve_default_timeoutrƒrr”rr ÚOSErrorrr r'rrirgÚhas_connected_to_proxyrr6Úrequestr Ú
EPROTOTYPEÚ
ECONNRESETÚ read_timeoutÚ is_closedrÚ getresponserlÚ _connectionÚ_poolrrr9r:Úversion_stringÚstatusÚlength_remaining)r>r…Úmethodr¡rzrlrÚ
response_connr¨Ú timeout_objÚnew_er²Úresponses r?Ú
_make_requestz HTTPConnectionPool._make_requestys}ð\
×Ò˜QÑÕà×Ó0ˆ Ø××6°{×7RÑ7RÓŒ ð ð
Ø×# DÕ)ð8 Ø L‰LØØØØØØ /Ø-Ø'=ð
ô
ð2 à~Š~ð ˜ Ü˜#Ð!?À ¸~ÈQÐðð(ˆDŒLð Ø×)ˆ ÔØÔØˆŒä ‰ Ø K‰KØ I‰IØ I‰IØ Ø Ø × O‰OØ × 
ðˆøôw"¤<Ð
Ø×¨sÀ$Ç,Á,Ðûð
ûô
Ü Ü Ü Ü Ü ð

ò ð !ˆ˜!œlÔ,<Ð   ôØœÔ!3´\Ä8Ðá˜DŸJšJ¨t×/JÒ/JÜ)¨%°·±×1BÑ1BÓC؈Kûð# ûôHò Ú Üò ð
w‰wœ%×*¨q¯w©w¼%×:JÑ:JÒ/JØÿùð
 ûô4œgÐ Ø × Ñ  A¨3¸lÐ Ô ûð úsgÁD?Á0HÂ?I<Ä?E2ÅE-Å-E2Å2E5Å5#HÆA?HÈHÈ I9È+I9È3;I4É4I9É<J%Ê J Ê J%có\|jy|jdc}|_t|«yrS)rmrx)r>Úold_pools r?rMzHTTPConnectionPool.close.s-ð 9‰9Ð Ø à"Ÿi™i¨Ðˆ$”)ô  Õ)rAcóV|jd«ryt|«^}}}}}|xsd}|
t||¬«}|jr|st j
|«}n&|js|t j
|«k(rd}|||f|j |j|jfk(S)zj
Check if the given ``url`` is a member of the same host as this
connection pool.
ú/TrcNr8)Ú
startswithr.r-r:rrˆr6r9)r>r6r~r9r:s r?Ú is_same_hostzHTTPConnectionPool.is_same_host:ð
>‰>˜ Øô%.¨c£NРØÒ!˜6ˆØ Ð Ü" Ô7ˆ 9Š9™TÜ% fÓ-‰Dؘt¤~×'9Ñ'9¸&Ó'AÒˆ˜˜dЯ © °T·Y±YÀÇ Á Ð'JÑJrAc ó² |jd«rtt|««}d}n,t|«}|j}t|j
«}| |j }t|t«s"tj|||j¬«}|
|
}
|r|j|«s
t|||«d}|
}t|j|j|«}|s+|j!«}|j#|j$«d}d}t'|| «} |j)|«}|j+| ¬«}|j,|_|j |r|j0r |j3|«|
s|nd}|j<|||f|||| |||
|dœ|¤Ž}d}|s|r|j[«d}d}|r|j]|« |s9t^jad |||«|jb|||||||f|| |
| | |
|d
œ|¤ŽS|xrje«}|rjfdk(rd}d}ti|«jk«}|jlrY|j|«sH|j!«}|D]1}|jo«|jlvsŒ |jq|d«Œ3|} |jS||||¬«}|jw«|jy|«t^j{d||«|jb||||f||||| |
| | |
|dœ
|¤ŽSt}j jd««}|j||jf|«rn |jS||||¬«}|jw«|jY|«t^j{d|«|jb||||f||||| |
| | |
|dœ
|¤ŽS|S#t4t6t8f$r8}|j;||jj
|j.¬«d}~wwxYw#t>$rd}d}t@tBt6tDt4tFtHtJf$rï}d}|}t|t4tHf«r tG|«}t|t6tLt@tFtBf«r;|r9|jr-|jNs!tQ||jj«}n"t|t6tBf«r tEd |«}|jS||||tUjV«d
¬ «}|jY«|}Yd}~Œ¢d}~wwxYw#|s|r|j[«d}d}|r|j]|«wwxYw#tr$r"|jtr|jw«|cYSwxYw#tr$r"|jr|jw«|cYSwxYw)a…
Get a connection from the pool and perform an HTTP request. This is the
lowest level call for making a request, so you'll need to specify all
the raw details.
.. note::
More commonly, it's appropriate to use a convenience method
such as :meth:`request`.
.. note::
`release_conn` will only behave as expected if
`preload_content=False` because we want to make
`preload_content=False` the default behaviour someday soon without
breaking backwards compatibility.
:param method:
HTTP request method (such as GET, POST, PUT, etc.)
:param url:
The URL to perform the request on.
:param body:
Data to send in the request body, either :class:`str`, :class:`bytes`,
an iterable of :class:`str`/:class:`bytes`, or a file-like object.
:param headers:
Dictionary of custom headers to send, such as User-Agent,
If-None-Match, etc. If None, pool headers are used. If provided,
these headers completely replace any pool-specific headers.
:param retries:
Configure the number of retries to allow before raising a
:class:`~urllib3.exceptions.MaxRetryError` exception.
If ``None`` (default) will retry 3 times, see ``Retry.DEFAULT``. Pass a
:class:`~urllib3.util.retry.Retry` object for fine-grained control
over different types of retries.
Pass an integer number to retry connection errors that many times,
but no other types of errors. Pass zero to never retry.
If ``False``, then retries are disabled and any exception is raised
immediately. Also, instead of raising a MaxRetryError on redirects,
the redirect response will be returned.
:type retries: :class:`~urllib3.util.retry.Retry`, False, or an int.
:param redirect:
If True, automatically handle redirects (status codes 301, 302,
303, 307, 308). Each redirect counts as a retry. Disabling retries
will disable redirect, too.
:param assert_same_host:
If ``True``, will make sure that the host of the pool requests is
consistent else will raise HostChangedError. When ``False``, you can
use the pool on an HTTP proxy and request foreign hosts.
:param timeout:
If specified, overrides the default timeout for this one
request. It may be a float (in seconds) or an instance of
:class:`urllib3.util.Timeout`.
:param pool_timeout:
If set and the pool is set to block=True, then this method will
block for ``pool_timeout`` seconds and raise EmptyPoolError if no
connection is available within the time period.
:param bool preload_content:
If True, the response's body will be preloaded into memory.
:param bool decode_content:
If True, will attempt to decode the body based on the
'content-encoding' header.
:param release_conn:
If False, then the urlopen call will not release the connection
back into the pool once a response is received (but will release if
you read the entire contents of the response such as when
`preload_content=True`). This is useful if you're not preloading
the response's content immediately. You will need to call
``r.release_conn()`` on the response ``r`` to return the connection
back into the pool. If None, it takes the value of ``preload_content``
which defaults to ``True``.
:param bool chunked:
If True, urllib3 will send the body using chunked transfer
encoding. Otherwise, urllib3 will send the body using the standard
content-length form. Defaults to False.
:param int body_pos:
Position to seek to in file-like body in the event of a retry or
redirect. Typically this won't need to be set because urllib3 will
auto-populate the value when needed.
N)ÚredirectÚdefaultFr)rrzrlTzConnection aborted.é)Úerrorr¶Ú _stacktracez1Retrying (%r) after connection broken by '%r': %s)rÚ pool_timeoutÚ release_connr§Úbody_posr¨i/ÚGET)r¿zRedirecting %s -> %s)
rlÚassert_same_hostrz Retry-Afterz Retry: %s)BrÅr/r,r.r6rzrir&Úfrom_intrlrr#rgrhÚcopyÚupdateror%r™rrrr r­rrr rrrr'rrrÚ incrementÚsysÚexc_infoÚsleeprMrrrÚurlopenÚget_redirect_locationr¸r Ú_prepare_for_method_changeÚremove_headers_on_redirectr<ÚpoprÚraise_on_redirectÚ
drain_connÚsleep_for_retryrÚboolrˆÚis_retryÚraise_on_status) r>rzrlrÚ response_kwÚdestination_schemeÚ
parsed_urlr…Úrelease_this_connÚhttp_tunnel_requiredr Ú
clean_exitr¼r¿Úredirect_locationÚ new_headersÚheaderÚhas_retry_afters r?zHTTPConnectionPool.urlopenPsEðd >‰>˜ 䜨Ó-ˆCØ!%Ñ ä" 3ˆJØ!+×!2Ñ!2РܘŸÓ(ˆCà ˆ?Ø—l‘lˆGä˜'¤5Ô—n‘n W°xÈÏÉÔVˆGà Ð Ø*ˆLñ  D×$5Ñ$5°cÔ$:Ü" ¨gÓ ˆðä J‰J˜×)Ð+=ó
Ðñ—l‘l“nˆGØ N‰N˜4× ˆðˆ
ô% T¨8Óðe×+¨GÓ4ˆ—>>¨,7ˆ&×6ˆDŒLðz‰zÐ%Ñ*>À4Ç>Â>ðØ×Ô)5™D¸$ˆ*ØØð
ðØØØØ+Ø /Ø
ðñ
ˆˆJñ^ñ
Ø—J‘J”LØDØ$(Ð ð˜tÕä K‰KØCÀWÈcÐSVô
ð 4—<ØØØØØØ ðð ØØ!Ø /Øðñð
ð&×)GÑ)GÓ)IÐÚ Ø #ÒàÜÓNð
×1¸$×:KÑ:KØ;ð&Ÿl™ln Ø6—||“~¨×)KÑ)KÒ¨°Õ&ð
Ø+¨F°CÀ(ÐRVÐWð
× Ñ Ô × # HÔ I‰IÐ,¨cÐ3DÔ 4—<ØØð ð
 Ø!Ø!1ØØØ!Ø /Øðñð
ô&˜x×/×3°MÓØ × Ñ ˜F H§O¡O°_Ô 
Ø+¨F°CÀ(ÐRVÐWð
× Ñ Ô M‰M˜ I‰Ik  4—<ØØØð ð
 Ø!Ø!1ØØØ!Ø /Øðñð
ð$ˆøôM%¤g¬}ÐØ× 4§:¡:§>¡>ÀÇÁððûð ûô>ò àˆJØ %Ð Ø ô
Ü Ü Ü Ü Ü Ü Ü ð 
ò$ ðˆ ˆ˜!œlÔ,<Ð   ÜØäÜ ÜÜ ô ñ˜DŸJšJ¨t×/JÒ/JÜ)¨%°·±×1BÑ1BÓCܘE¤G¬]Ð#;Ô%Ð&;¸Càט Ä#Ç,Á,Ã.ÐQRÑBSðˆ
M‰MŒOðŽCûðI$ ûñNñ