diff -r c190cd71b097 -r 2c0ea0163ef4 DebugClients/Python/coverage/html.py --- a/DebugClients/Python/coverage/html.py Fri Dec 31 15:45:32 2010 +0100 +++ b/DebugClients/Python/coverage/html.py Fri Dec 31 15:46:14 2010 +0100 @@ -179,4 +179,7 @@ """ html = re.sub(">\s+<p ", ">\n<p ", html) - return html \ No newline at end of file + return html + +# +# eflag: FileType = Python2