ó
'![c           @   s   d  Z  d „  Z d S(   sF   Test for redefine-in-handler, overwriting names in exception handlers.c          C   sN   y WnC t  k
 r( \ }  } |  G| GHn" t  k
 rI \ } } | G| GHn Xd S(   s    Some exceptions can be unpacked.N(   t   IOError(   t   errnot   messaget	   new_stylet   tuple(    (    sI   lib/python2.7/site-packages/pylint/test/functional/unpacked_exceptions.pyR      s    N(   t   __doc__R   (    (    (    sI   lib/python2.7/site-packages/pylint/test/functional/unpacked_exceptions.pyt   <module>   s   