
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3
Pf                 @   s(   d dl mZ G dd deZedZdS )    )parsec               @   s   e Zd Zdd Zdd ZdS )Indexc             C   s<   || _ tj|j| _| jd| _| jd| _| jd| _d S )NZsimpleZpypizpypi/pip/json)urlurllib_parseZurlsplitZnetlocurl_to_pathZ
simple_urlZpypi_urlZpip_json_url)selfr    r   /usr/lib/python3.6/index.py__init__   s
    zIndex.__init__c             C   s   t j| j|S )N)r   Zurljoinr   )r   pathr   r   r	   r      s    zIndex.url_to_pathN)__name__
__module____qualname__r
   r   r   r   r   r	   r      s   r   zhttps://pypi.python.org/N)Zpip._vendor.six.moves.urllibr   r   objectr   ZPyPIr   r   r   r	   <module>   s   