diff -r 30db18b3c78b -r ecc71fdd67f1 DebugClients/Python/coverage/report.py --- a/DebugClients/Python/coverage/report.py Tue Jan 04 18:18:38 2011 +0100 +++ b/DebugClients/Python/coverage/report.py Tue Jan 04 18:44:51 2011 +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