remove migrated template meta data files (in DFS_MCL wk42)
#!/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:])