summaryrefslogtreecommitdiff
path: root/coverage/html.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-15 17:53:24 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-15 17:53:24 -0500
commit7bdce80a45920e3888ac0366fdbfb54c6604eba6 (patch)
tree7fe9a9a28931e25d0cc93ea5b27c80ec07951724 /coverage/html.py
parent47da566616f14caad010da58f4899a58ebc0b4ae (diff)
downloadpython-coveragepy-git-7bdce80a45920e3888ac0366fdbfb54c6604eba6.tar.gz
Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.
Diffstat (limited to 'coverage/html.py')
-rw-r--r--coverage/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/html.py b/coverage/html.py
index 98d32cdc..8c274728 100644
--- a/coverage/html.py
+++ b/coverage/html.py
@@ -60,7 +60,7 @@ class HtmlReporter(Reporter):
def html_file(self, cu, analysis):
"""Generate an HTML file for one source file."""
- source = cu.source_file().read().expandtabs(4)
+ source = cu.source_file().read()
nums = analysis.numbers