Bug 1912 - Raptor should take python from the path by default
#!/usr/bin/env python"A script for invoking coverage from the command line."import sysdel sys.path[0] # Otherwise "import coverage" finds this file!import coveragecoverage.the_coverage.command_line(sys.argv[1:])