Solve incorrect handling of ExportName=SymbolName@Ordinal syntax
#!/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:])