buildframework/helium/external/python/bin/coverage.py
author terytkon
Fri, 18 Jun 2010 13:49:03 +0300
changeset 595 997c19261166
parent 1 be27ed110b50
permissions -rw-r--r--
-Added s60ibymacros.pm as buildrom plugin.

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