revert change that breaks test_doctest (which I forgot to run - sorry)

This commit is contained in:
Skip Montanaro 2007-11-24 04:29:08 +00:00
parent 3e9ac99fe7
commit d3a1bdf4d9
2 changed files with 0 additions and 13 deletions

View file

@ -286,8 +286,6 @@ class CoverageResults:
# skip some "files" we don't care about...
if filename == "<string>":
continue
if filename.startswith("<doctest "):
continue
if filename.endswith((".pyc", ".pyo")):
filename = filename[:-1]