ó
Św>]c           @   s:   d  d l  m Z d  d l m Z d e f d     YZ d S(   i˙˙˙˙(   t   pkg_resources(   t   AbstractDistributiont   WheelDistributionc           B   s    e  Z d  Z d   Z d   Z RS(   sq   Represents a wheel distribution.

    This does not need any preparation as wheels can be directly unpacked.
    c         C   s   t  t j |  j j   d S(   Ni    (   t   listR    t   find_distributionst   reqt
   source_dir(   t   self(    (    s@   lib/python2.7/site-packages/pip/_internal/distributions/wheel.pyt   get_pkg_resources_distribution   s    	c         C   s   d  S(   N(    (   R   t   findert   build_isolation(    (    s@   lib/python2.7/site-packages/pip/_internal/distributions/wheel.pyt   prepare_distribution_metadata   s    (   t   __name__t
   __module__t   __doc__R   R   (    (    (    s@   lib/python2.7/site-packages/pip/_internal/distributions/wheel.pyR      s   	N(   t   pip._vendorR    t    pip._internal.distributions.baseR   R   (    (    (    s@   lib/python2.7/site-packages/pip/_internal/distributions/wheel.pyt   <module>   s   