buildframework/helium/external/python/bin/coverage.py
author timothy.murphy@nokia.com
Sun, 17 Jan 2010 19:47:29 +0000
branchwip
changeset 123 b748fbcd9079
parent 1 be27ed110b50
permissions -rw-r--r--
Merge filter_whatcomp improvements in.

#!/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:])