diff -r c190cd71b097 -r 2c0ea0163ef4 DebugClients/Python/coverage/report.py --- a/DebugClients/Python/coverage/report.py Fri Dec 31 15:45:32 2010 +0100 +++ b/DebugClients/Python/coverage/report.py Fri Dec 31 15:46:14 2010 +0100 @@ -57,4 +57,7 @@ report_fn(cu, self.coverage._analyze(cu)) except NoSource: if not self.ignore_errors: - raise \ No newline at end of file + raise + +# +# eflag: FileType = Python2