;
Μβ"Ic               @   sC   d  Z  d d l Z d d l Z d   Z e d k o e   n d S(   u   Tests for json.

The tests for json are defined in the json.tests package;
the test_suite() function there returns a test suite that's ready to
be run.
i    Nc               C   s   t  j j t j j    d  S(   N(   u   testu   supportu   run_unittestu   jsonu   testsu
   test_suite(    (    (    u+   /mit/python/lib/python3.0/test/test_json.pyu	   test_main   s    u   __main__(   u   __doc__u
   json.testsu   jsonu   test.supportu   testu	   test_mainu   __name__(    (    (    u+   /mit/python/lib/python3.0/test/test_json.pyu   <module>   s
   	