buildframework/helium/external/python/bin/coverage.py
author Jon Chatten
Mon, 22 Mar 2010 09:19:45 +0000
branchfix
changeset 387 1e062eefe47f
parent 1 be27ed110b50
permissions -rw-r--r--
release note: DPDEF144648 - Raptor failed to build tools_deb objects under Windows XP

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