diff -r d85fadb263a0 -r 1b8381afe38f DebugClients/Python/coverage/html.py --- a/DebugClients/Python/coverage/html.py Sun Apr 13 15:45:57 2014 +0200 +++ b/DebugClients/Python/coverage/html.py Tue Apr 15 22:41:08 2014 +0200 @@ -394,3 +394,6 @@ """ html = re.sub(r">\s+<p ", ">\n<p ", html) return html + +# +# eflag: FileType = Python2