#!/usr/bin/python

import sys

from os_testr.subunit2html import main

if __name__ == "__main__":
    sys.exit(main())
