
ˆ`@_á  ã               @   sv   d  Z  d d l Z y d d l m Z Wn" e k
 rJ d d l m Z Yn Xd d „  Z e j d
 k rr d d	 „  Z d S)z2
Compatibility Support for Python 2.6 and earlier
é    N)Úsplittagc             C   s   t  |  ƒ \ }  } |  S)z¸
	In `Python 8280 <http://bugs.python.org/issue8280>`_, Python 2.7 and
	later was patched to disregard the fragment when making URL requests.
	Do the same for Python 2.6 and earlier.
	)r   )ÚurlÚfragment© r   ú;/tmp/pip-build-tw3_dw7d/setuptools/setuptools/py26compat.pyÚstrip_fragment   s    r   é   é   c             C   s   |  S)Nr   )Úxr   r   r   Ú<lambda>   s    r   )r   r	   )Ú__doc__ÚsysÚurllib.parser   ÚImportErrorÚurllibr   Úversion_infor   r   r   r   Ú<module>   s   	