mς
­fIc           @   sH   d  k  Z  d k l Z d k l Z d   Z e d j o e   n d  S(   N(   s   DocTestSuite(   s   test_supportc             s   t  d  } y d k l  Wn t j
 o nQ Xd  k     i     d   }    d   } | i
 t  d d | d |  t i |  d  S(   Nt   _threading_local(   s   _localc            s      _ d  S(   N(   t   _localR    t   local(   t   test(   R    R   (    t6   /mit/python/lib/python2.4/test/test_threading_local.pyt   setUp   s    c            s      _ d  S(   N(   t
   local_origR    R   (   R   (   R    R   (    R   t   tearDown   s    R   R   (   t   DocTestSuitet   suitet   threadR   t   ImportErrorR    R   R   R   R   t   addTestt   test_supportt	   run_suite(   R    R   R   R   R	   R   (    (   R    R   R   R   t	   test_main   s    		t   __main__(   t   unittestt   doctestR   R   R   R   t   __name__(   R   R   R   R   (    (    R   t   ?   s
   		