summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-04-18 07:28:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-04-18 07:28:37 -0400
commit964668c05af407eb95aad0b15e90b29f0ad0c53c (patch)
tree4d50baaaab4b61f40559a92fcfd29d7b1d9693ab /coverage/control.py
parent5ed649e55e14f7c8cd7a693f3d1fff966283c68d (diff)
parent67ea897f611a86fee7e3846ad3c4bc564cac6264 (diff)
downloadpython-coveragepy-git-964668c05af407eb95aad0b15e90b29f0ad0c53c.tar.gz
Automated merge with ssh://bitbucket.org/ned/coveragepy
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/coverage/control.py b/coverage/control.py
index ddeb77c0..eea6b00a 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -222,14 +222,6 @@ class coverage(object):
# can't do anything with the data later anyway.
return False
- if filename.endswith(".html"):
- # Jinja and maybe other templating systems compile templates into
- # Python code, but use the template filename as the filename in
- # the compiled code. Of course, those filenames are useless later
- # so don't bother collecting. TODO: How should we really separate
- # out good file extensions from bad?
- return False
-
self._check_for_packages()
# Compiled Python files have two filenames: frame.f_code.co_filename is