
    ,h                     8    d dl mZ d Z e       Zd Z e        y)    )unicode_literalsc                  |    dd l } t        | d      rt        | d      r| S 	 dd l}|S # t        $ r t        d      w xY w)Nr   skiploaderzIunittest2 not installed and unittest in standard library is not unittest2)unittesthasattr	unittest2ImportError)r   r	   s     V/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/imapclient/test/util.pyfind_unittest2r      sR    x WXx%@
 	  YWY 	YYs   & ;c                  `    t         j                  } t        | d      s| j                  | _        y y )NassertRaisesRegex)r   TestCaser   assertRaisesRegexpr   )r   s    r   patch_TestCaser      s-      H
 801%-%@%@" 2    N)
__future__r   r   r   r    r   r   <module>r      s'   
 (
 A  r   