î
É X¯  ã               @   sP   d  Z  d d l Z d d l m Z d d „  Z e j d
 k rL d d	 „  Z n  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   úG/home/ubuntu/projects/ifolica/build/setuptools/setuptools/py26compat.pyÚstrip_fragment	   s    r   é   é   c             C   s   |  S)Nr   )Úxr   r   r   Ú<lambda>   s    r   )r   r	   )Ú__doc__ÚsysZsetuptools.compatr   r   Úversion_infor   r   r   r   Ú<module>   s
   	