mò
­fIc           @   s=   d  Z  d k Z d k Z d „  Z e d j o e ƒ  n d S(   s§   Tests for distutils.

The tests for distutils are defined in the distutils.tests package;
the test_suite() function there returns a test suite that's ready to
be run.
Nc           C   s   t  i i t i i ƒ  ƒ d  S(   N(   t   testt   test_supportt   run_unittestt	   distutilst   testst
   test_suite(    (    (    t0   /mit/python/lib/python2.4/test/test_distutils.pyt	   test_main   s    t   __main__(   t   __doc__t   distutils.testsR   t   test.test_supportR    R   t   __name__(   R    R   R   (    (    R   t   ?   s
   			