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