ó
'![c           @   s9   d  Z  d e f d „  ƒ  YZ d d d „  ƒ  YZ d Z d S(   s!   test __slots__ on old style classt   NewStyleClassc           B   s   e  Z d  Z d Z RS(   s   correct usaget   at   b(   R   R   (   t   __name__t
   __module__t   __doc__t	   __slots__(    (    (    sG   lib/python2.7/site-packages/pylint/test/functional/newstyle__slots__.pyR       s   t   OldStyleClassc           B   s   e  Z d  Z d Z d „  Z RS(   s	   bad usageR   R   c         C   s   d  S(   N(    (   t   self(    (    sG   lib/python2.7/site-packages/pylint/test/functional/newstyle__slots__.pyt   __init__   s    (   R   R   (   R   R   R   R   R	   (    (    (    sG   lib/python2.7/site-packages/pylint/test/functional/newstyle__slots__.pyR   
   s   t   hopN(    (   R   t   objectR    R   R   (    (    (    sG   lib/python2.7/site-packages/pylint/test/functional/newstyle__slots__.pyt   <module>   s   