--- a/DebugClients/Python/coverage/summary.py Fri Dec 31 15:45:32 2010 +0100 +++ b/DebugClients/Python/coverage/summary.py Fri Dec 31 15:46:14 2010 +0100 @@ -73,4 +73,7 @@ args += (total.pc_covered,) if self.show_missing: args += ("",) - outfile.write(fmt_coverage % args) \ No newline at end of file + outfile.write(fmt_coverage % args) + +# +# eflag: FileType = Python2