RELEASE: Bug 2651 - [Raptor] creates incorrect .iby files w.r.t target file versions & ramtargets
Note: I've added a new 'next version' to the release notes since I've not merged in 2.14.0 yet.
#!/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:])