HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1780863/root/usr/lib/python3/dist-packages/certbot/__pycache__/
Upload File :
Current File : //proc/1780863/root/usr/lib/python3/dist-packages/certbot/__pycache__/util.cpython-311.pyc
�

E��cV��
�UdZddlZddlZddlZddlZddlZddlZddlZddlZddl	Z	ddl
Z
ddlmZddlm
Z
ddlmZddlmZddlmZddlmZdd	lmZdd
lmZddlmZddlZddlZddlmZdd
lmZddlmZddlmZddlmZe
j�d��Z e rddl!Z!ej"e#��Z$ej%dd��Z&ej%dd��Z'dZ(dZ)dZ*ej+�,d��Z-ej.��Z/iZ0ee1ej2fe3d<ej4dej5��Z6dee1e1ffd�Z7e$j8fdee1de
e1gdfdee1e1ffd �Z9d!e1de:fd"�Z;d#e1ddfd$�Z<d`d%�Z=d&e1d'e>d(e:ddfd)�Z?dad&e1d'e>d(e:ddfd,�Z@dbd.e1d'e1d/ee>defd0�ZAd.e1d1e
e>ge1fd2e>d/e>d'e1deee1ffd3�ZBdcd.e1d/e>d'e1deee1ffd5�ZC		ddd.e1d7e1d/e>d'e1deee1ff
d8�ZDd.e1ddfd9�ZEd:ee1dee1fd;�ZFdee1e1ffd<�ZGde1fd=�ZHdee1fd>�ZIded@e1dAe1de1fdB�ZJdCe1de1fdD�ZKdfdEe:dee1e1ffdF�ZLej4dG��ZMdHe1de:fdI�ZNGdJ�dKejO��ZPdLe
dMdNe1dOee1e>fddfdP�ZQdQe1de1fdR�ZRdQee1eSfde1fdS�ZTdTe1de:fdU�ZUdQee1eSfde:fdV�ZVdWe1de:fdX�ZWdYe
dZed[eddfd\�ZXd]e1deee>e1ffd^�ZYdYe
dZed[eddfd_�ZZdS)gzUtilities for all Certbot.�N)�Any)�Callable)�Dict)�IO)�List)�Optional)�Set)�Tuple)�Union)�errors)�	constants)�lock)�
filesystem)�os�linux�Keyzfile pem�CSRzfile data formzzz)z$The following error was encountered:z{0}zWEither run as root, or set --config-dir, --work-dir, and --logs-dir to writeable paths.�_LOCKSz(\d+ | [a-z]+ | \.)�returnc����tj����d�vsd�vr�SdD]C}|�vr=d��fd��|�d��D�����|<�D�S)a�
    When Certbot is run inside a Snap, certain environment variables
    are modified. But Certbot sometimes calls out to external programs,
    since it uses classic confinement. When we do that, we must modify
    the env to remove our modifications so it will use the system's
    libraries, since they may be incompatible with the versions of
    libraries included in the Snap. For example, apachectl, Nginx, and
    anything run from inside a hook should call this function and pass
    the results into the ``env`` argument of ``subprocess.Popen``.

    :returns: A modified copy of os.environ ready to pass to Popen
    :rtype: dict

    �SNAP�CERTBOT_SNAPPED)�PATH�LD_LIBRARY_PATH�:c3�0�K�|]}�d|v�|V��dS)rN�)�.0�x�envs  ��./usr/lib/python3/dist-packages/certbot/util.py�	<genexpr>z1env_no_snap_for_external_calls.<locals>.<genexpr>Xs3�����%c�%c�A�c�RX�k�ab�Nb�Nb�a�Nb�Nb�Nb�Nb�%c�%c�)r�environ�copy�join�split)�	path_namer s @r!�env_no_snap_for_external_callsr)Cs����
�*�/�/�
�
�C�
�S���-�S�8�8��
�0�d�d�	����� �X�X�%c�%c�%c�%c��Y��1E�1E�c�1J�1J�%c�%c�%c�c�c�C�	�N���Jr#�params�logc	���	tj|dtjtjdt�����}nL#tt
f$r8dd�|��z}||��tj|���wxYw|j	dkrGdd�|���d|j
�d	|j��}||��tj|���|j
|jfS)
z�Run the script with the given params.

    :param list params: List of parameters to pass to subprocess.run
    :param callable log: Logger method to use for errors

    FT)�check�stdout�stderr�universal_newlinesr zUnable to run the command: %s� rzError while running z.
�
)�
subprocess�run�PIPEr)�OSError�
ValueErrorr&r�SubprocessError�
returncoder.r/)r*r+�proc�msgs    r!�
run_scriptr<\s���*��~�f�$)�%/�_�%/�_�15�"@�"B�"B�D�D�D����
�Z� �*�*�*�-�����0@�0@�@����C�����$�S�)�)�)�*����
��!�����H�H�V�����d�k�k�k�4�;�;�8��	��C�����$�S�)�)�)��;���#�#s
�:=�A	B�exec�D�tj�|��\}}|rtj|��Stjd�tj��D]7}tjtj�||����rdS�8dS)z�Determine whether path/name refers to an executable.

    :param str exe: Executable path or name

    :returns: If exe is a valid executable
    :rtype: bool

    rTF)r�pathr'r�
is_executabler$�pathsepr&)r=r?�_s   r!�
exe_existsrCzs����g�m�m�C� � �G�D�!��-��'��,�,�,��
�6�"�(�(���4�4�����#�B�G�L�L��s�$;�$;�<�<�	��4�4�	��5r#�dir_pathc��tstt��|tvrtj|��t|<dSdS)z�Lock the directory at dir_path until program exit.

    :param str dir_path: path to directory

    :raises errors.LockError: if the lock is held by another process

    N)r�atexit_register�_release_locksr�lock_dir)rDs r!�lock_dir_until_exitrI�sG���(���'�'�'��v����=��2�2��x�����r#c�
�t���D]O}	|����#d�|��}t�|d���Y�MxYwt���dS)Nz(Exception occurred releasing lock: {0!r}T��exc_info)r�values�release�format�logger�debug�clear)�dir_lockr;s  r!rGrG�s|���M�M�O�O�-�-��	-���������	-�<�C�C�H�M�M�C��L�L��t�L�,�,�,�,�,����
�L�L�N�N�N�N�Ns	�2�3A'�	directory�mode�strictc��	t|||��t|��dS#t$rM}t�dd���tjt�|�����d}~wwxYw)ahEnsure directory exists with proper permissions and is locked.

    :param str directory: Path to a directory.
    :param int mode: Directory mode.
    :param bool strict: require directory to be owned by current user

    :raises .errors.LockError: if the directory cannot be locked
    :raises .errors.Error: if the directory cannot be made or verified

    zException was:TrKN)	�make_or_verify_dirrIr6rPrQr�Error�PERM_ERR_FMTrO)rTrUrV�errors    r!�set_up_core_dirr\�s���7��9�d�F�3�3�3��I�&�&�&�&�&���7�7�7����%���5�5�5��l�<�.�.�u�5�5�6�6�6�����7���s� $�
A;�AA6�6A;��Fc�
�	tj||��dS#t$r_}|jtjkr>|r;tj||��s&t
j|�dt|�������n�Yd}~dSd}~wwxYw)a�Make sure directory exists with proper permissions.

    :param str directory: Path to a directory.
    :param int mode: Directory mode.
    :param bool strict: require directory to be owned by current user

    :raises .errors.Error: if a directory already exists,
        but has wrong permissions or owner

    :raises OSError: if invalid or inaccessible file names and
        paths, or other arguments that have the correct type,
        but are not accepted by the operating system.

    zA exists, but it should be owned by current user with permissions N)	r�makedirsr6�errno�EEXIST�check_permissionsrrY�oct)rTrUrV�	exceptions    r!rXrX�s���	���I�t�,�,�,�,�,�������?�e�l�*�*��
@�j�:�9�d�K�K�
@��l�)2���C��I�I�I�?�@�@�@��
��������������s��
B�AA=�=B�wr?�chmodc��d}|�|f}d}tj|tjtjztjzg|�R�}tj||g|�R�S)z�Safely open a file.

    :param str path: Path to a file.
    :param str mode: Same os `mode` for `open`.
    :param int chmod: Same as `mode` for `filesystem.open`, uses Python defaults
        if ``None``.

    r)r�openr�O_CREAT�O_EXCL�O_RDWR�fdopen)r?rUrf�	open_args�fdopen_args�fds      r!�	safe_openrp�s^��/1�I����H�	�02�K�	���r�z�B�I�5��	�A�	N�I�	N�	N�	N�B�
�9�R��,��,�,�,�,r#�filename_pat�countc� �	tj�|||����}	t|||���tj�|��fS#t
$r }|jtjkr�Yd}~nd}~wwxYw|dz
}��)NT)rfrU�)rr?r&rp�abspathr6r`ra)r?rqrrrfrU�current_path�errs       r!�_unique_filerx�s�����w�|�|�D�,�,�u�*=�*=�>�>��	��\��T�B�B�B�B�G�O�O�T`�Da�Da�a�a���	�	�	��y�E�L�(�(��)�(�(�(�(�����	����	��
��s�0A�
B�'B�B�c�v��tj�|��\}�t|�fd�d||���S)z�Safely finds a unique file.

    :param str path: path/filename.ext
    :param int chmod: File mode
    :param str mode: Open mode

    :returns: tuple of file object and file name

    c���d|�fzS)Nz%04d_%sr)rr�tails �r!�<lambda>zunique_file.<locals>.<lambda>�s���)�u�d�m�*C�r#r�rqrrrfrU)rr?r'rx)r?rfrUr|s   @r!�unique_filer�sI�������t�$�$�J�D�$���C�C�C�C��u�4�)�)�)�)r#��filenamec���tj�|d�z��}	t||���|fS#t$r }|jt
jkr�Yd}~nd}~wwxYwt|�fd�d||���S)aSafely finds a unique file using lineage convention.

    :param str path: directory path
    :param str filename: proposed filename
    :param int chmod: file mode
    :param str mode: open mode

    :returns: tuple of file object and file name (which may be modified
        from the requested one by appending digits to ensure uniqueness)

    :raises OSError: if writing files fails for an unanticipated reason,
        such as a full disk or a lack of permission to write to
        specified location.

    z%s.conf)rfNc���d�|fzS)Nz%s-%04d.confr)rrr�s �r!r}z%unique_lineage_name.<locals>.<lambda>s���.�H�e�;L�*L�r#rtr~)rr?r&rpr6r`rarx)r?r�rfrU�preferred_pathrws `    r!�unique_lineage_namer�s����"�W�\�\�$�	�X�(>�?�?�N����u�5�5�5�~�E�E�������9���$�$��%�$�$�$�$�����������L�L�L�L��u�4�)�)�)�)s�9�
A#�A�A#c��	tj|��dS#t$r!}|jtjkr�Yd}~dSd}~wwxYw)z!Remove a file that may not exist.N)r�remover6r`�ENOENT)r?rws  r!�
safely_remover�s]���
�	�$������������9���$�$��%�$�$�$�$�$��������s��
A�>�A�	all_namesc���t��}|D]W}	|�t|�����&#tj$r t
�d|d���Y�TwxYw|S)z�Removes names that aren't considered valid by Let's Encrypt.

    :param set all_names: all names found in the configuration

    :returns: all found names that are considered valid by LE
    :rtype: set

    zNot suggesting name "%s"TrK)�set�add�enforce_le_validityr�ConfigurationErrorrPrQ)r��filtered_names�names   r!�get_filtered_namesr�'s����U�U�N��J�J��	J����2�4�8�8�9�9�9�9���(�	J�	J�	J��L�L�3�T�D�L�I�I�I�I�I�	J�����s�"7�,A&�%A&c�"�td���S)zc
    Get OS name and version

    :returns: (os_name, os_version)
    :rtype: `tuple` of `str`
    F��pretty)�get_python_os_inforr#r!�get_os_infor�8s���U�+�+�+�+r#c��trtjd���}tr|s#d�t	d�����S|S)z^
    Get OS name and version string for User Agent

    :returns: os_ua
    :rtype: `str`
    Tr�r1)�_USE_DISTRO�distror�r&r�)�os_infos r!�get_os_info_uar�BsP���+��+�T�*�*�*���9�g�9��x�x�*�$�7�7�7�8�8�8��Nr#c�`�tr&tj���d��SgS)z�
    Get a list of strings that indicate the distribution likeness to
    other distributions.

    :returns: List of distribution acronyms
    :rtype: `list` of `str`
    r1)r�r��liker'rr#r!�get_systemd_os_liker�Ps+���(��{�}�}�"�"�3�'�'�'�
�Ir#�/etc/os-release�varname�filepathc��|dz}tj�|��sdSt|d��5}|���}ddd��n#1swxYwY|D]a}|����|��r8t|���t|��d���cS�bdS)z�
    Get single value from a file formatted like systemd /etc/os-release

    :param str varname: Name of variable to fetch
    :param str filepath: File path of os-release file
    :returns: requested value
    :rtype: `str`
    �=��rN)	rr?�isfilerh�	readlines�strip�
startswith�_normalize_string�len)r�r��
var_string�fh�contents�lines      r!�get_var_from_filer�]s�����J�
�7�>�>�(�#�#���r�	
�h��	�	�"���<�<�>�>��"�"�"�"�"�"�"�"�"�"�"����"�"�"�"��E�E���:�:�<�<�"�"�:�.�.�	E�$�T�Z�Z�\�\�#�j�/�/�2B�2B�%C�D�D�D�D�D�	E��2s�A�A�A�origc�z�|�dd���dd�����S)zV
    Helper function for get_var_from_file() to remove quotes
    and whitespaces
    �"r��')�replacer�)r�s r!r�r�ss4��
�<�<��R� � �(�(��b�1�1�7�7�9�9�9r#r�c
��tjtj��tj��tj����}|\}}}|���}|�d��rLtrE|rtj	��ntj
��tj��}}|r|}|r|}�n;|�d��r�	tjddgtj
tj
ddt�����}nL#t$r?tjddgtj
tj
ddt�����}YnwxYw|j�d	��}n�|�d
��r7|�d��d}|�d
��d}n5tj��drtj��d}nd}||fS)z�
    Get Operating System type/distribution and major version
    using python platform module

    :param bool pretty: If the returned OS name should be in longer (pretty) form

    :returns: (os_name, os_version)
    :rtype: `tuple` of `str`
    r�darwinz/usr/bin/sw_versz-productVersionFT)r.r/r-r0r �sw_versr2�freebsd�-r�.rtr�)�platform�system_alias�systemrN�version�lowerr�r�r�r��idr3r4r5r)r6r.�rstrip�	partition�	win32_ver)r��info�os_type�os_verrB�distro_name�distro_versionr:s        r!r�r�zs���� ���������������D�
��G�V�Q��m�m�o�o�G����'�"�"�!�{�!�7=�&N�f�k�m�m�m�6�9�;�;�PV�P^�P`�P`�^���	"�!�G��	$�#�F��	�	�	�H�	%�	%��
	��>�#�%6�7�!��z����2�4�4�	���D�D���	�	�	��>��-�.�!��z����2�4�4�	���D�D�D�	������#�#�D�)�)���	�	�	�I�	&�	&���!�!�#�&�&�q�)���!�!�#�&�&�q�)���	�	�	�	�a�	 ���#�%�%�a�(������F�?�s�<D�AE!� E!z![a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+$�emailc��t�|���|�d��od|vSt�d|��dS)z$Scrub email address before using it.Nr�z..zInvalid email address: %s.F)�EMAIL_REGEX�matchr�rPr[)r�s r!�
safe_emailr��sQ��������+��#�#�C�(�(�(�>�T��->�>�
�L�L�-�u�5�5�5��5r#c�>�eZdZdZ	d	dedededeeddf
d�ZdS)
�DeprecatedArgumentActionz1Action to log a warning when an argument is used.N�unused1�unused2�unused3�
option_stringrc�@�tjd|zt��dS)NzUse of %s is deprecated.)�warnings�warn�DeprecationWarning)�selfr�r�r�r�s     r!�__call__z!DeprecatedArgumentAction.__call__�s!���
�0�=�@�BT�U�U�U�U�Ur#�N)�__name__�
__module__�__qualname__�__doc__rr�strr�rr#r!r�r��sk������;�;�04�V�V��V�c�V�C�V� (��
�V�9=�V�V�V�V�V�Vr#r��add_argument).N�
argument_name�nargsc�&�ttjvr_ttjt��r%tj�t��ntxjtfz
c_||ttj|���dS)a�Adds a deprecated argument with the name argument_name.

    Deprecated arguments are not shown in the help. If they are used on
    the command line, a warning is shown stating that the argument is
    deprecated and no other action is taken.

    :param callable add_argument: Function that adds arguments to an
        argument parser/group.
    :param str argument_name: Name of deprecated argument.
    :param nargs: Value for nargs when adding the argument to argparse.

    )�action�helpr�N)r��configargparse�#ACTION_TYPES_THAT_DONT_NEED_A_VALUE�
isinstancer�r��argparse�SUPPRESS)r�r�r�s   r!�add_deprecated_argumentr��s��� �~�'Y�Y�Y��n�H�#�N�N�	+��>�B�B�(�
*�
*�
*�
*�
�>�>�(�C+�
+�>�>��L��'?��'�u�6�6�6�6�6�6r#�domainc�8�t|��}tjd|��s'tjd�|�����|�d��}t|��dkr'tjd�|�����|D]|}|�d��r(tjd�||�����|�	d��r(tjd�||������}|S)	ahChecks that Let's Encrypt will consider domain to be valid.

    :param str domain: FQDN to check
    :type domain: `str`
    :returns: The domain cast to `str`, with ASCII-only contents
    :rtype: str
    :raises ConfigurationError: for invalid domains and cases where Let's
                                Encrypt currently will not issue certificates

    z^[A-Za-z0-9.-]*$zP{0} contains an invalid character. Valid characters are A-Z, a-z, 0-9, ., and -.r��z{0} needs at least two labelsr�z1label "{0}" in domain "{1}" cannot start with "-"z/label "{0}" in domain "{1}" cannot end with "-")
�enforce_domain_sanity�rer�rr�rOr'r�r��endswith)r��labels�labels   r!r�r��s8��#�6�
*�
*�F�
�8�&��/�/�L��'�
<�<B�F�6�N�N�L�L�	L��\�\�#�
�
�F�
�6�{�{�Q����'�+�2�2�6�:�:�<�<�	<��$�$�����C� � �	$��+�C�J�J��6�#�#�$�$�
$��>�>�#���	$��+�A�H�H��6�#�#�$�$�
$�	$��Mr#c���	t|t��r|�d��}|�d��n"#t$rtjd���wxYw|���}|�d��r
|dd�n|}dD]R}|�	d�
|����r(tjd	�
||������St|��r'tjd
�
|�����d�
|��}t|��dkr'tjd
�
|�����|�
d��}|D]f}|s'tjd�
|�����t|��dkr(tjd�
||������g|S)a�Method which validates domain value and errors out if
    the requirements are not met.

    :param domain: Domain to check
    :type domain: `str` or `bytes`
    :raises ConfigurationError: for invalid domains and cases where Let's
                                Encrypt currently will not issue certificates

    :returns: The domain cast to `str`, with ASCII-only contents
    :rtype: str
    zutf-8�asciizbNon-ASCII domain names not supported. To issue for an Internationalized Domain Name, use Punycode.r�N���)�http�httpsz{0}://z[Requested name {0} appears to be a URL, not a FQDN. Try again without the leading "{1}://".zRequested name {0} is an IP address. The Let's Encrypt certificate authority will not issue certificates for a bare IP address.z*Requested domain {0} is not a FQDN because�z{0} it is too long.z{0} it contains an empty label.�?z{0} label {1} is too long.)r��bytes�decode�encode�UnicodeErrorrr�r�r�r�rO�is_ipaddressr�r')r��schemer;r��ls     r!r�r�s��L��f�e�$�$�	,��]�]�7�+�+�F��
�
�g�������L�L�L��'�)K�L�L�	L�L�����\�\�^�^�F�#�O�O�C�0�0�
<�V�C�R�C�[�[�f�F�$�������X�_�_�V�4�4�5�5�	��+�<�<B�F��F�=�=���
�	��F���/��'�
�%�v�f�~�~�/�/�	/�7�
=�
=�f�
E�
E�C�
�6�{�{�S����'�(=�(D�(D�S�(I�(I�J�J�J�
�\�\�#�
�
�F�
�Y�Y���	[��+�,M�,T�,T�UX�,Y�,Y�Z�Z�Z��q�6�6�B�;�;��+�,H�,O�,O�PS�UV�,W�,W�X�X�X���Ms�?A�A!�addressc���	tjtj|��dS#tj$r;	tjtj|��YdS#tj$rYYdSwxYwwxYw)z�Is given address string form of IP(v4 or v6) address?

    :param address: address to check
    :type address: `str`

    :returns: True if address is valid IP address, otherwise return False.
    :rtype: bool

    TF)�socket�	inet_pton�AF_INETr[�AF_INET6)rs r!rr<s���
������1�1�1��t���<����	���V�_�g�6�6�6��4�4���|�	�	�	��5�5�5�	�������s&�#�A-�A�A)�$A-�(A)�)A-c��t|t��r|�d��S|�d��S)z�"Is domain a wildcard domain?

    :param domain: domain to check
    :type domain: `bytes` or `str`

    :returns: True if domain is a wildcard, otherwise, False
    :rtype: bool

    z*.s*.)r�r�r�)r�s r!�is_wildcard_domainrSs>���&�#���'�� � ��&�&�&����U�#�#�#r#�srvc�*�|tjkpd|vS)z�
    Determine whether a given ACME server is a known test / staging server.

    :param str srv: the URI for the ACME server
    :returns: True iff srv is a known test / staging server
    :rtype bool:
    �staging)r
�STAGING_URI)rs r!�
is_stagingrbs���)�'�'�;�9��+;�;r#�func�args�kwargsc�<�tjt|g|�Ri|��dS)aSets func to be called before the program exits.

    Special care is taken to ensure func is only called when the process
    that first imports this module exits rather than any child processes.

    :param function func: function to be called in case of an error

    N)�atexit�register�_atexit_call�rrrs   r!rFrFms,���O�L�$�8��8�8�8��8�8�8�8�8r#�version_stringc��d�t�|��D��}t|��D](\}}	t|��||<�#t$rY�%wxYw|S)aParses a version string into its components.

    This code and the returned tuple is based on the now deprecated
    distutils.version.LooseVersion class from the Python standard library.
    Two LooseVersion classes and two lists as returned by this function should
    compare in the same way. See
    https://github.com/python/cpython/blob/v3.10.0/Lib/distutils/version.py#L205-L347.

    :param str version_string: version string

    :returns: list of parsed version string components
    :rtype: list

    c�"�g|]}|r|dk�
|��
S)r�r)rrs  r!�
<listcomp>z'parse_loose_version.<locals>.<listcomp>�s0��-�-�-���-�#$��8�8��#+�8�8r#)�_VERSION_COMPONENT_REr'�	enumerate�intr7)r�
components�i�objs    r!�parse_loose_versionr#ys��� -�-�2�8�8��H�H�-�-�-�J��J�'�'�����3�	���H�H�J�q�M�M���	�	�	��D�	�����s�A
�
A�Ac�R�ttj��kr
||i|��dSdSr�)�_INITIAL_PIDr�getpidrs   r!rr�s6���r�y�{�{�"�"���d��f������#�"r#)rN)r]F)reN)ryre)r�re)r�)F)[r�r�r�collectionsr`�loggingr�r�rr3�sys�typingrrrrrrr	r
rr�r��certbotr�certbot._internalr
r�certbot.compatrrr�r�r��	getLoggerr�rP�
namedtuplerr�
ANSI_SGR_BOLD�ANSI_SGR_RED�ANSI_SGR_RESET�linesepr&rZr&r%rr��LockFile�__annotations__�compile�VERBOSErr)r[r<�boolrCrIrGrr\rXrprxrr�r�r�r�r�r�r�r�r�r�r��Actionr�r�r�r�r�rrrrFr#rrr#r!�<module>r:s��� � � �����
�
�
�
�����������������	�	�	�	�
�
�
�
�����
�
�
�
���������������������������������������������������������������������'�'�'�'�'�'�"�"�"�"�"�"�%�%�%�%�%�%��������l�%�%�g�.�.�����M�M�M�	��	�8�	$�	$���k��U�J�/�/���k��U�$4�5�5��
�
������z��� 6�7�7���r�y�{�{��
$&���S�$�-�
� �%�%�%�"��
�#9�2�:�F�F����S�#�X������2>D�\�$�$�t�C�y�$�x���t��'<�$�e�TW�Y\�T\�o�$�$�$�$�<�C��D�����&3�#�3�$�3�3�3�3�����7�s�7�#�7�t�7��7�7�7�7�&��#��S��$��SW�����6-�-�C�-�s�-��#��-�"�-�-�-�-�"
�s�
�(�C�5�#�:�*>�
�s�
��
�#&�
�+0��S��>�
�
�
�
�
)�
)�c�
)�#�
)�S�
)�5��S��>�
)�
)�
)�
)� @E�$'�)�)�c�)�S�)��)�!�)�,1�"�c�'�N�)�)�)�)�8���������#�c�(��s�3�x�����",�U�3��8�_�,�,�,�,��������T�#�Y�������s��c��#�����,:�C�:�C�:�:�:�:�3�3�t�3��c�3�h��3�3�3�3�p�b�j�<�=�=���c��d�����V�V�V�V�V�x��V�V�V�6�(�9�*=�6�c�6�#(��c��?�6�7;�6�6�6�6�6��������D8�%��U�
�"3�8��8�8�8�8�v�#��$�����.$�u�S�%�Z�0�$�T�$�$�$�$�<�C�<�D�<�<�<�<�	9�(�	9�3�	9�#�	9�$�	9�	9�	9�	9�����U�3��8�_�0E�����4�x����s��t������r#