Your IP : 13.59.1.58
�Re � @ sA d Z d d l Z d d l Z d d � Z e d k r= e � d S)z[
Launch the Python script on the command line after
setuptools is bootstrapped via import.
� Nc C s� t t j d } t d | d d d d � } t j d d � t j d d � <t t d t � } | | � j � } | j d d � } t | | d
� } t
| | � d S)zP
Run the script in sys.argv[1] as if it had
been invoked naturally.
� �__file__�__name__�__main__�__doc__N�openz\r\nz\n�exec)�__builtins__�sys�argv�dict�getattr�tokenizer �read�replace�compiler )�script_name� namespace�open_�scriptZnorm_script�code� r ��/builddir/build/BUILDROOT/alt-python35-setuptools-36.3.0-4.el8.x86_64/opt/alt/python35/lib/python3.5/site-packages/setuptools/launch.py�run
s
r r )r r r
r r r r r r �<module> s