diff -r c190cd71b097 -r 2c0ea0163ef4 DebugClients/Python/coverage/results.py --- a/DebugClients/Python/coverage/results.py Fri Dec 31 15:45:32 2010 +0100 +++ b/DebugClients/Python/coverage/results.py Fri Dec 31 15:46:14 2010 +0100 @@ -172,4 +172,7 @@ # Implementing 0+Numbers allows us to sum() a list of Numbers. if other == 0: return self - raise NotImplemented \ No newline at end of file + raise NotImplemented + +# +# eflag: FileType = Python2