ó
ÓnùWc           @   sJ   d  Z  d d l Z d d l m Z d „  Z e j d k rF d „  Z n  d S(	   s2   
Compatibility Support for Python 2.6 and earlier
iÿÿÿÿN(   t   splittagc         C   s   t  |  ƒ \ }  } |  S(   s¸   
	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    (   t   urlt   fragment(    (    s<   /var/www/html/venv/build/setuptools/setuptools/py26compat.pyt   strip_fragment	   s    i   i   c         C   s   |  S(   N(    (   t   x(    (    s<   /var/www/html/venv/build/setuptools/setuptools/py26compat.pyt   <lambda>   s    (   i   i   (   t   __doc__t   syst   setuptools.compatR    R   t   version_info(    (    (    s<   /var/www/html/venv/build/setuptools/setuptools/py26compat.pyt   <module>   s
   		