#!/usr/bin/python import sys from os_testr.os_testr import main if __name__ == "__main__": sys.exit(main())