Sindbad~EG File Manager

Current Path : /usr/local/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/
Upload File :
Current File : //usr/local/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc

�

�@�enp���ddlZddlZddlZddlZddlZddlZddlmZmZddl	m
Z
mZddlm
Z
ddlmZddlmZddlmZddlmZmZmZdd	lmZmZdd
lmZmZddlmZddl m!Z!dd
l"m#Z#ddl$m%Z%ddl&m'Z'm(Z(ddl)m*Z*ddl+m,Z,m-Z-ddl.m/Z/ddl0m1Z1ddl2m3Z3ddl4m5Z5m6Z6m7Z7m8Z8m9Z9ddl:m;Z;ddl<m=Z=m>Z>ddl?m@Z@mAZAe3eB��ZCGd�de��ZD					d.deEdeeFdeeFdeEd eeFd!e
eFfd"�ZGdeeFdeEd!eEfd#�ZH				d/d$eeEd%eeFd&eeFd'eeFd(eEd!eEfd)�ZId*eJd+eEd,eEd!eFfd-�ZKdS)0�N)�
SUPPRESS_HELP�Values)�List�Optional)�
print_json)�
WheelCache)�
cmdoptions)�make_target_python)�RequirementCommand�warn_if_run_as_root�with_cleanup)�ERROR�SUCCESS)�CommandError�InstallationError)�
get_scheme)�get_environment)�InstallationReport)�get_build_tracker)�ConflictDetails�check_install_conflicts)�install_given_reqs)�InstallRequirement�check_legacy_setup_py_options)�WINDOWS��test_writable_dir)�	getLogger)�check_externally_managed�
ensure_dir�get_pip_version�(protect_pip_from_modification_on_windows�write_output)�
TempDirectory)�running_under_virtualenv�virtualenv_no_global)�build� should_build_for_install_commandc��eZdZdZdZdd�Zededee	de
fd���Zd	e	d
ede
ddfd�Zd
eedeefd�Zdede	ddfd�ZdS)�InstallCommandaI
    Install packages from:

    - PyPI (and other indexes) using requirement specifiers.
    - VCS project urls.
    - Local project directories.
    - Local or remote source archives.

    pip also supports installing from "requirements files", which provide
    an easy way to specify a whole environment to be installed.
    a%
      %prog [options] <requirement specifier> [package-index-options] ...
      %prog [options] -r <requirements file> [package-index-options] ...
      %prog [options] [-e] <vcs project url> ...
      %prog [options] [-e] <local project path> ...
      %prog [options] <archive url/path> ...�returnNc�X�|j�tj����|j�tj����|j�tj����|j�tj����|j�tj����|j�ddddd���|j�ddd	d
dd���tj|j��|j�d
ddd���|j�dddt���|j�ddd
dd���|j�ddd
dd���|j�tj
����|j�ddddd���|j�ddddd gd!�"��|j�d#d$dd%���|j�d&d'd(dd)���|j�tj����|j�tj����|j�tj
����|j�tj����|j�tj����|j�tj����|j�tj����|j�tj����|j�d*dd+d,d-���|j�d.dd+d/�0��|j�d1dd2d,d3���|j�d4dd5d,d6���|j�tj����|j�tj����|j�tj����|j�tj����|j�tj����|j�tj����tjtj|j��}|j�d7|��|j�d7|j��|j�d8d9d:dd;���dS)<Nz	--dry-run�
store_true�dry_runFz�Don't actually install anything, just print what would be. Can be used in combination with --ignore-installed to 'resolve' the requirements.)�action�dest�default�helpz-tz--target�
target_dir�dirz�Install packages into <dir>. By default this will not replace existing files/folders in <dir>. Use --upgrade to replace existing packages in <dir> with new versions.)r0�metavarr1r2z--user�
use_user_sitez�Install to the Python user install directory for your platform. Typically ~/.local/, or %APPDATA%\Python on Windows. (See the Python documentation for site.USER_BASE for full details.))r0r/r2z	--no-user�store_falsez--root�	root_pathz=Install everything relative to this alternate root directory.z--prefix�prefix_patha[Installation prefix where lib, bin and other top-level folders are placed. Note that the resulting installation may contain scripts and other resources which reference the Python interpreter of pip, and not that of ``--prefix``. See also the ``--python`` option if the intention is to install packages into another (possibly pip-free) environment.z-Uz	--upgrade�upgradez�Upgrade all specified packages to the newest available version. The handling of dependencies depends on the upgrade-strategy used.z--upgrade-strategy�upgrade_strategyzonly-if-needed�eageraGDetermines how dependency upgrading should be handled [default: %default]. "eager" - dependencies are upgraded regardless of whether the currently installed version satisfies the requirements of the upgraded package(s). "only-if-needed" -  are upgraded only when they do not satisfy the requirements of the upgraded package(s).)r0r1�choicesr2z--force-reinstall�force_reinstallz;Reinstall all packages even if they are already up-to-date.z-Iz--ignore-installed�ignore_installedz�Ignore the installed packages, overwriting them. This can break your system if the existing package is of a different version or was installed with a different package manager!z	--compile�compileTz'Compile Python source files to bytecodez--no-compilez.Do not compile Python source files to bytecode)r/r0r2z--no-warn-script-location�warn_script_locationz0Do not warn when installing scripts outside PATHz--no-warn-conflicts�warn_about_conflictsz%Do not warn about broken dependenciesrz--report�json_report_file�fileaWGenerate a JSON file describing what pip did to install the provided requirements. Can be used in combination with --dry-run and --ignore-installed to 'resolve' the requirements. When - is used as file name it writes to stdout. When writing to stdout, please combine with the --quiet option to avoid mixing pip logging output with JSON output.)�cmd_opts�
add_optionr	�requirements�constraints�no_deps�pre�editable�add_target_python_optionsr�src�ignore_requires_python�no_build_isolation�
use_pep517�
no_use_pep517�check_build_deps�override_externally_managed�config_settings�global_options�	no_binary�only_binary�
prefer_binary�require_hashes�progress_bar�root_user_action�make_option_group�index_group�parser�insert_option_group)�self�
index_optss  �I/usr/local/lib/python3.11/site-packages/pip/_internal/commands/install.py�add_optionszInstallCommand.add_optionsHs����
� � ��!8�!:�!:�;�;�;��
� � ��!7�!9�!9�:�:�:��
� � ��!3�!5�!5�6�6�6��
� � ���!1�!1�2�2�2��
� � ��!4�!6�!6�7�7�7��
� � �����1�
	!�
	
�
	
�
	
�	
�
� � ������%�	!�	
�	
�	
�	�,�T�]�;�;�;��
� � �� ��%�	!�
	
�
	
�
	
�	
�
� � �� � ��		!�	
�	
�	
�	
�
� � �����P�	!�	
�	
�	
�	
�
� � ������
	!�	
�	
�	
� 	
�
� � ���!1�!1�2�2�2��
� � �����)�
	!�
	
�
	
�
	
�	
�
� � � �#�$�%�w�/�G�
	!�	
�	
�	
� 	
�
� � ��"��N�		!�	
�	
�	
�	
�
� � �� �#��4�
	!�	
�	
�	
�	
�
� � ��!B�!D�!D�E�E�E��
� � ��!>�!@�!@�A�A�A��
� � ��!6�!8�!8�9�9�9��
� � ��!9�!;�!;�<�<�<��
� � ��!<�!>�!>�?�?�?��
� � ��!G�!I�!I�J�J�J��
� � ��!;�!=�!=�>�>�>��
� � ��!:�!<�!<�=�=�=��
� � �����:�	!�	
�	
�	
�	
�
� � �� ��A�		!�	
�	
�	
�	
�
� � �'� �'��C�	!�	
�	
�	
�	
�
� � �!� �'��8�	!�	
�	
�	
�	
�
� � ��!5�!7�!7�8�8�8��
� � ��!7�!9�!9�:�:�:��
� � ��!9�!;�!;�<�<�<��
� � ��!:�!<�!<�=�=�=��
� � ��!8�!:�!:�;�;�;��
� � ��!<�!>�!>�?�?�?��1��"��K�
�
�
�
	
��'�'��:�6�6�6���'�'��4�=�9�9�9��
� � ��#���G�
	!�	
�	
�	
�	
�	
��options�argsc��
�|jr|j�td���|jo|jo|jduo|jduo|jdu}|r|jst��d}|j	r|j
}tj|d���t�dt����t!|j|j|j|j|j���|_d}d}|jr�d|_t&j�|j��|_t&j�|j��r3t&j�|j��std���t1d�	��}|j}|�|��|jpg}|�|��}t9|��}	|�|||	|j�
��}
|�t?����}t1|j dd���}	|�!|||
|��}
tE||
��tG|j$��}|
D]	}d|_%�
|�&|||||
|j|j'�
��}|�(||
|||j|j|j|j)||j*��
�
}|�+|
��|�,|
|j���}|jr�t[|j.��}|jdkr#t_|�0�����nYtc|jdd���5}tej3|�0��|dd���ddd��n#1swxYwY|jrh|�4��tkd�|j.D����}|r-tmdd�7d�|D������tpS	|�9d��}|j:du}n#tv$rd}YnwxYwty|���d�|j=�>��D��}t||dg|���\}}|r?t�d �Ad!�7d"�|D���������|�B|��}d}|jCo|jD}|r|�E|��}|jF}|js|jrd}t�|||j||j||j|jH�#��}t�|j||j|j|j�$��} t�| ��}!|�Kt�jMd%���&��g}"|D]S}#|#jN}$	|!�O|$��}%|%�|$�d|%jP��}$n#t�$rYnwxYw|"�R|$���T|�*|�S||�T|���'��d�7|"��}&|&rtmd(|&��n[#t�$rN}'|j'd)k}(t�|'|(|j��})t�W|)|(�*��t�cYd}'~'Sd}'~'wwxYw|jr%|sJ�|�Y|j||j	��|jZd+krt���tpS),Nz'Can not combine '--user' and '--target'zto-satisfy-onlyT)�check_targetzUsing %s)r9r3r8�
isolated_modez=Target path exists but is not a directory, will not continue.�target)�kind)re�session�
target_pythonrN�install)�deleterk�globally_managed)�temp_build_dirre�
build_trackerrl�finderr6�	verbosity)
�preparerrsre�wheel_cacher6r?rNr>r;rP)�check_supported_wheels�-)�data�wzutf-8)�encoding�F)�indent�ensure_asciic3�JK�|]}|jd|jdfV��dS)�name�versionN)�metadata��.0�rs  rb�	<genexpr>z%InstallCommand.run.<locals>.<genexpr>�sI����-�-���Z��'���I�)>�?�-�-�-�-�-�-rdzWould install %s� c3�@K�|]}d�|��V��dS)rxN)�join)r��items  rbr�z%InstallCommand.run.<locals>.<genexpr>�s,���� P� P�D����$��� P� P� P� P� P� Prd�pip)�
modifying_pipc�0�g|]}t|���|��S�)r(r�s  rb�
<listcomp>z&InstallCommand.run.<locals>.<listcomp>�s6������3�A�6�6�����rd)rv�verify�
build_optionsrUzYCould not build wheels for {}, which is required to install pyproject.toml-based projectsz, c3�$K�|]}|jV��dS�N)r�r�s  rbr�z%InstallCommand.run.<locals>.<genexpr>�s$����!A�!A�Q�!�&�!A�!A�!A�!A�!A�!Ard)�root�home�prefixrAr6�	pycompile)�userr�r�r��isolatedr�)�key)�resolver_variantzSuccessfully installed %s�)�exc_info�warn)\r6r3rr.rCr8r9rSrr:r;r	�check_dist_restriction�logger�verboser!�decide_user_installrir?�os�path�abspath�exists�isdirr$�
enter_contextrU�get_default_sessionr
�_build_package_finderrNr�no_clean�get_requirementsrr�	cache_dir�permit_editable_wheels�make_requirement_preparerrt�
make_resolverr>rP�trace_basic_info�resolver�requirements_to_installr�to_dict�open�json�dump�#warn_legacy_versions_and_specifiers�sortedr#r�r�get_requirement�satisfied_by�KeyErrorr"rG�valuesr'r�format�get_installation_order�ignore_dependenciesrB�_determine_conflictsrArr@�get_lib_location_guessesr�sort�operator�
attrgetterr��get_distributionr��	Exception�append�_warn_about_conflicts�determine_resolver_variant�OSError�create_os_error_message�errorr�_handle_target_dirr[r)*r`rerf�#installing_into_current_environmentr;�target_temp_dir�target_temp_dir_pathrUrlrmrsrr�	directory�reqsrv�reqru�resolver�requirement_set�report�f�would_install_items�pip_reqr��
reqs_to_build�_�build_failures�
to_install�	conflicts�should_warn_about_conflictsrA�	installed�
lib_locations�env�items�resultr��installed_dist�installed_descr��show_traceback�messages*                                          rb�runzInstallCommand.run	s���� �	J�W�%7�%C��H�I�I�I���=�W�%=�>�
,��!�T�)�
,��"�d�*�
,��#�t�+�		,�
0�	'��7�	'�
%�&�&�&�,���?�	8�&�7���)�'��E�E�E�E����z�?�#4�#4�5�5�5� 3��!��+��)��'�!�/�!
�!
�!
���48��.2����	0�'+�G�$�!#�����1C�!D�!D�G������w�1�2�2�
��G�M�M�'�"4�5�5�
�#�S����
,��:�:�:�O�#2�#7� �����/�/�/� �/�5�2���*�*�7�3�3��*�7�3�3�
��+�+���'�#*�#A�	,�
�
���*�*�+<�+>�+>�?�?�
�!��'�'��!�
�
�
�	�e	��(�(��w���H�H�D�)�'�4�8�8�8�$�W�%6�7�7�K�
�
2�
2��-1��*�*��5�5�(��+���%�3��.�6���H��)�)�!���'�%�3�!(�!9�'.�'E� '� 7�!1�"�-�*���H�
�!�!�&�)�)�)�&�.�.���1C�-C�/���O��'�
U�+�O�,S�T�T���+�s�2�2��F�N�N�$4�$4�5�5�5�5�5��g�6��g�N�N�N�U�RS��	�&�.�.�"2�"2�A�a�e�T�T�T�T�U�U�U�U�U�U�U�U�U�U�U����U�U�U�U���

� �C�C�E�E�E�&,�-�-�,�D�-�-�-�'�'�#�'�� �*���� P� P�<O� P� P� P�P�P������
=�)�9�9�%�@�@��!(� 4�� <�
�
���
&�
&�
&� %�
�
�
�
&����
5�=�Q�Q�Q�Q���(�5�<�<�>�>����M�!&��'�� �-�!�!�!��A�~��
�'�<�<B�F��	�	�!A�!A�.�!A�!A�!A�A�A�=�=����"�8�8��I�I�J�48�I��/�/�P�G�4P�
(�+�
B� �5�5�j�A�A�	�$+�#?� ��!�
-�W�%8�
-�',�$�*����&�)��*�%9�%�3�!�/�	�	�	�I�5��*�)��&��*� �.����M�"�-�0�0�C��N�N�x�2�6�:�:�N�;�;�;��E�#�
#�
#���{���%(�%9�%9�$�%?�%?�N�%�1�"&�A�A��)?�A�A���� �����D��������T�"�"�"�"��$��*�*��%)�%D�%D�W�%M�%M�+����
!�X�X�e�_�_�N��
��/�"�������
	�
	�
	�!�^�q�0�N�-����%���G�

�L�L��>�L�:�:�:��L�L�L�L�L�L�����
	������	�"�"�"�"��#�#��"�O�W�_�
�
�
��#�v�-�-��!�!�!��s��!D8Y�+N�Y�N�Y�N�A1Y�P*� 
Y�*P9�6Y�8P9�9E9Y�3#W�Y�
W$�!Y�#W$�$A,Y�
Z)�AZ$�Z)�$Z)r3r�r:c���t|��g}td|j���}|j}|j}|j}tj�|��r|�|��tj�|��r||kr|�|��tj�|��r|�|��|D�]y}	t
j	|	��D�]`}
|	|krDtj�
||
���t�fd�|dd�D����r�Mtj�
||
��}tj�|��r�|st�
d|����tj�|��rt�
d|����tj�|��rt!j|��nt
j|��t!jtj�
|	|
��|����b��{dS)N�)r�c3�B�K�|]}|����V��dSr�)�
startswith)r��s�ddirs  �rbr�z4InstallCommand._handle_target_dir.<locals>.<genexpr> s/�����I�I�!�1�<�<��-�-�I�I�I�I�I�Ird���zKTarget directory %s already exists. Specify --upgrade to force replacement.z�Target directory %s already exists and is a link. pip will not automatically replace links, please remove if replacement is desired.)r rr��purelib�platlibryr�r�r��listdirr��anyr��warning�islinkr��shutil�rmtree�remove�move)
r`r3r�r:�lib_dir_list�scheme�purelib_dir�platlib_dir�data_dir�lib_dirr��target_item_dirr�s
            @rbr�z!InstallCommand._handle_target_dirsL���	�:�������B�_�%9�:�:�:���n���n���;��
�7�>�>�+�&�&�	-�����,�,�,�
�7�>�>�+�&�&�	-�;�+�+E�+E�����,�,�,�
�7�>�>�(�#�#�	*�����)�)�)�#�	J�	J�G��
�7�+�+�
J�
J���h�&�&��7�<�<��$�7�7�D��I�I�I�I�|�C�R�C�7H�I�I�I�I�I�!� �"$�'�,�,�z�4�"@�"@���7�>�>�/�2�2�3�"�!����>�+����
!��w�~�~�o�6�6�!����'�,����!��w�}�}�_�5�5�3��
�o�6�6�6�6��	�/�2�2�2���B�G�L�L��$�7�7��I�I�I�I�9
J�	J�	Jrdr�c�x�	t|��S#t$rt�d��YdSwxYw)NzwError while checking for conflicts. Please file an issue on pip's issue tracker: https://github.com/pypa/pip/issues/new)rr�r��	exception)r`r�s  rbr�z#InstallCommand._determine_conflicts;sW��	�*�:�6�6�6���	�	�	����N�
�
�
��4�4�	���s��$9�9�conflict_detailsr�c�.�|\}\}}|s|sdSg}|dkr|�d��n|dksJ�|�d��|D]A}||d}||D](}	|�d|�d|	d�d	�}
|�|
���)�B|D]W}||d}||D]>\}}}
d
�|||
|||dkrdnd�
��}
|�|
���?�Xt�d�|����dS)N�legacyz�pip's legacy dependency resolver does not consider dependency conflicts when selecting packages. This behaviour is the source of the following dependency conflicts.�
resolvelibz�pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.rr�z
 requires r�z, which is not installed.zg{name} {version} requires {requirement}, but {you} have {dep_name} {dep_version} which is incompatible.�youzyou'll)r�r��requirement�dep_name�dep_versionr	�
)r�r�r��criticalr�)r`rr��package_set�missing�conflicting�parts�project_namer��
dependencyr�rrr�s              rbr�z$InstallCommand._warn_about_conflictsGs���/?�+��+�g�{��	�{�	��F����x�'�'��L�L�@�
�
�
�
�$�|�3�3�3�3��L�L�@�
�
�
�$�	&�	&�L�!�,�/��2�G�%�l�3�
&�
&�
�#�.�.�g�.�.��A��.�.�.�����W�%�%�%�%�
&�(�	&�	&�L�!�,�/��2�G�.9�,�.G�
&�
&�*��+�s�F��&�%�#� #�%� +�"2�l�"B�"B����
�������W�%�%�%�%�
&�	����	�	�%�(�(�)�)�)�)�)rd)r+N)�__name__�
__module__�__qualname__�__doc__�usagercr
rr�str�intr�r$�boolr�rrrr�r�r�rdrbr*r*4s������
�
�
0�E�
�
�
�
�B�y�6�y��c��y�s�y�y�y��\�y�v4J��4J�0=�4J�HL�4J�	
�4J�4J�4J�4J�l
��1�2�
�	�/�	"�
�
�
�
�0*� /�0*�CF�0*�	
�0*�0*�0*�0*�0*�0*rdr*Fr�r�r�r�r�r+c�H�td|||||���}|j|jgS)Nr�)r�r�r�r�r�)rr�r�)r�r�r�r�r�r�s      rbr�r�zs;���
�
�
�
���
���F�
�N�F�N�+�+rdc	�l�td�tt||�����D����S)Nc3�4K�|]}t|��V��dSr�r)r��ds  rbr�z)site_packages_writable.<locals>.<genexpr>�s>������
�	�!��������rd�r�r�)�all�setr�r!s  rb�site_packages_writabler$�sF������-�4�(�K�K�K�L�L������rdr6r9r3r8ric��|�|st�d��dS|rJ|rtd���t��rt	d���t�d��dS|�J�|s|rt�d��dSt
jst�d	��dSt||�
��rt�d��dSt�d��dS)
aZDetermine whether to do a user install based on the input options.

    If use_user_site is False, no additional checks are done.
    If use_user_site is True, it is checked for compatibility with other
    options.
    If use_user_site is None, the default behaviour depends on the environment,
    which is provided by the other arguments.
    Nz$Non-user install by explicit requestFzVCan not combine '--user' and '--prefix' as they imply different installation locationszZCan not perform a '--user' install. User site-packages are not visible in this virtualenv.z User install by explicit requestTz3Non-user install due to --prefix or --target optionz4Non-user install because user site-packages disabledr!z0Non-user install because site-packages writeablezMDefaulting to user installation because normal site-packages is not writeable)	r��debugrr&r�site�ENABLE_USER_SITEr$�info)r6r9r3r8ris     rbr�r��s<��"	�!�M�!����;�<�<�<��u����	��3���
� �!�!�	�#�6���
�	���7�8�8�8��t�� � � ���j�����J�K�K�K��u�� �����K�L�L�L��u��9�}�E�E�E�����G�H�H�H��u�
�K�K�	�����4rdr�r��using_user_sitec���g}|�d��|s8|�d��|�t|����n|�d��|dxxdz
cc<|jtjkrid}d}t	��s-|s+|�|d|���g��n|�|��|�d	��trI|jtjkr4|j	r-t|j	��d
kr|�d��d�|�����dzS)
zrFormat an error message for an OSError

    It may occur anytime during the execution of the install command.
    z,Could not install packages due to an OSErrorz: �.r�r
z"Consider using the `--user` optionzCheck the permissionsz or z.
iz�HINT: This error might have occurred since this system does not have Windows Long Path support enabled. You can find information on how to enable this at https://pip.pypa.io/warnings/enable-long-paths
r�)
r�r�errno�EACCESr%�extend�lowerr�ENOENT�filename�lenr��strip)r�r�r*r�user_option_part�permissions_parts      rbr�r��s���
�E�
�L�L�?�@�@�@���
���T����
���S��Z�Z� � � � �
���S����
�"�I�I�I���I�I�I�
�{�e�l�"�"�?��2��'�)�)�		+�/�		+��L�L�$��$�*�*�,�,��
�
�
�
�
�L�L�)�*�*�*�
���U����
	�
��K�5�<�'�'��N�
(������#�%�%�
���
?�	
�	
�	
��7�7�5�>�>���!�!�D�(�(rd)FNNFN)NNNF)Lr-r�r�r�r�r'�optparserr�typingrr�pip._vendor.richr�pip._internal.cacher�pip._internal.clir	�pip._internal.cli.cmdoptionsr
�pip._internal.cli.req_commandrrr
�pip._internal.cli.status_codesrr�pip._internal.exceptionsrr�pip._internal.locationsr�pip._internal.metadatar�(pip._internal.models.installation_reportr�,pip._internal.operations.build.build_trackerr�pip._internal.operations.checkrr�pip._internal.reqr�pip._internal.req.req_installrr�pip._internal.utils.compatr�pip._internal.utils.filesystemr�pip._internal.utils.loggingr�pip._internal.utils.miscrr r!r"r#�pip._internal.utils.temp_dirr$�pip._internal.utils.virtualenvr%r&�pip._internal.wheel_builderr'r(rr�r*rrr�r$r�r�r�r�rdrb�<module>rNs��������������	�	�	�	�
�
�
�
�����*�*�*�*�*�*�*�*�!�!�!�!�!�!�!�!�'�'�'�'�'�'�*�*�*�*�*�*�(�(�(�(�(�(�;�;�;�;�;�;�����������
:�9�9�9�9�9�9�9�D�D�D�D�D�D�D�D�.�.�.�.�.�.�2�2�2�2�2�2�G�G�G�G�G�G�J�J�J�J�J�J�S�S�S�S�S�S�S�S�0�0�0�0�0�0���������/�.�.�.�.�.�<�<�<�<�<�<�1�1�1�1�1�1���������������7�6�6�6�6�6���������P�O�O�O�O�O�O�O�	��8�	�	��C	*�C	*�C	*�C	*�C	*�'�C	*�C	*�C	*�N���� �,�,�
�,�
�3�-�,��3�-�,��	,�

�S�M�,�
�#�Y�
,�,�,�,�$��#���$��4�����"&� $�#��:�:��D�>�:��#��:���
�:���}�	:�
�:�
�
:�:�:�:�z6)��6)�$(�6)�;?�6)��6)�6)�6)�6)�6)�6)rd

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists