ó
'![c           @   sR   d  Z  d e e f d „  ƒ  YZ d e f d „  ƒ  YZ d e e f d „  ƒ  YZ d S(   s   Test duplicate bases error.t
   Duplicatesc           B   s   e  Z RS(    (   t   __name__t
   __module__(    (    (    sE   lib/python2.7/site-packages/pylint/test/functional/duplicate_bases.pyR       s   t   Alphac           B   s   e  Z RS(    (   R   R   (    (    (    sE   lib/python2.7/site-packages/pylint/test/functional/duplicate_bases.pyR   	   s   t   NotDuplicatesc           B   s   e  Z d  Z RS(   sf   The error should not be emitted for this case, since the
    other same base comes from the ancestors.(   R   R   t   __doc__(    (    (    sE   lib/python2.7/site-packages/pylint/test/functional/duplicate_bases.pyR      s   N(   R   t   strR    R   R   (    (    (    sE   lib/python2.7/site-packages/pylint/test/functional/duplicate_bases.pyt   <module>   s   