buildframework/helium/external/python/bin/coverage.py
author m2lahtel <>
Thu, 24 Jun 2010 10:35:05 +0300
changeset 596 9f25be3da657
parent 1 be27ed110b50
permissions -rw-r--r--
Updated to iMaker version 10.24.01, 14-Jun-2010.

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