Your IP : 216.73.216.213


Current Path : /opt/alt/python34/lib/python3.4/site-packages/wheel/__pycache__/
Upload File :
Current File : //opt/alt/python34/lib/python3.4/site-packages/wheel/__pycache__/paths.cpython-34.pyc

�
�/6Rj�@s[dZddlZddlZddljZddljjZdd�Z	dd�Z
dS)zJ
Installation paths.

Map the .data/ subdirectory names to install paths.
�NcCs3tji|d6�}tj|�}|j�|S)N�name)�dist�Distribution�install�finalize_options)r�d�i�r	�</opt/alt/python34/lib/python3.4/site-packages/wheel/paths.py�get_install_commands
rcCs�i}t|�}x(tjD]}t|d|�||<qWttd�r�tjjtj	dddtj
dd�|�|d<n|S)	z�
    Return the (distutils) install paths for the named dist.
    
    A dict with ('purelib', 'platlib', 'headers', 'scripts', 'data') keys.
    �install_Zreal_prefix�include�site�pythonN��headers)rr�SCHEME_KEYS�getattr�hasattr�sys�os�path�join�prefix�version)r�pathsr�keyr	r	r
�get_install_pathssr)�__doc__�os.pathrr�distutils.distr�distutils.command.install�commandrrrr	r	r	r
�<module>s