ó
{Udc           @` sv   d  d l  m Z m Z m Z d  d l Z e j d  d k Z e j d  d k Z e r` e f Z	 n	 e
 f Z	 d „  Z d S(   i    (   t   absolute_importt   divisiont   print_functionNi   i   c         ` s5   d ˆ f ‡  ‡ f d †  ƒ  Y} t  j | d d i  ƒ S(   s/   
    Create a base class with a metaclass.
    t	   metaclassc           ` s   e  Z ‡  ‡ f d  †  Z RS(   c         ` s   ˆ | ˆ  | ƒ S(   N(    (   t   clst   namet
   this_basest   d(   t   basest   meta(    su   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_compat.pyt   __new__   s    (   t   __name__t
   __module__R
   (    (   R   R	   (    su   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_compat.pyR      s   t   temporary_class(    (   t   typeR
   (   R	   R   R   (    (   R   R	   su   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_compat.pyt   with_metaclass   s    (   t
   __future__R    R   R   t   syst   version_infot   PY2t   PY3t   strt   string_typest
   basestringR   (    (    (    su   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_compat.pyt   <module>   s   	