ó
'![c           @   s/   d  Z  d Z d e f d „  ƒ  YZ d „  Z d S(   s8   Test for W0623, overwriting names in exception handlers.t    t   MyErrorc           B   s   e  Z d  Z RS(   s   Special exception class.(   t   __name__t
   __module__t   __doc__(    (    (    s@   lib/python2.7/site-packages/pylint/test/input/func_w0623_py30.pyR      s   c          C   s&   y i  d Wn t  k
 r! }  n Xd S(   s   A function.t   aN(   t   KeyError(   t   some_function(    (    s@   lib/python2.7/site-packages/pylint/test/input/func_w0623_py30.pyR   
   s    N(   R   t   __revision__t	   ExceptionR   R   (    (    (    s@   lib/python2.7/site-packages/pylint/test/input/func_w0623_py30.pyt   <module>   s   