''' Implements module check.py for test 2 ''' def in_order( x ) : pass if ( __name__ == "__main__" ) : import run run.test_in_order()