buildframework/helium/external/python/bin/coverage.py
author jjkang
Fri, 25 Jun 2010 17:29:25 +0800
changeset 599 fa7a3cc6effd
parent 1 be27ed110b50
permissions -rw-r--r--
Add sbsv1 to new structure

#!/usr/bin/env python
"A script for invoking coverage from the command line."

import sys
del sys.path[0] # Otherwise "import coverage" finds this file!
import coverage

coverage.the_coverage.command_line(sys.argv[1:])