DEADHEAD Branch no longer active as changes incorporated in revision c26070468a42
#!/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:])