Your IP : 216.73.216.213
�
�/6Rj � @ s[ d Z d d l Z d d l Z d d l j Z d d l j j Z d d � Z d d � Z
d S)zJ
Installation paths.
Map the .data/ subdirectory names to install paths.
� Nc C s3 t j i | d 6� } t j | � } | 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
r c C s� i } t | � } x( t j D] } t | d | � | | <q Wt t d � r� t j j t j d d d t j
d d � | � | 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)r r �SCHEME_KEYS�getattr�hasattr�sys�os�path�join�prefix�version)r �pathsr �keyr r r
�get_install_paths s r )�__doc__�os.pathr r �distutils.distr �distutils.command.install�commandr r r r r r r
�<module> s