summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-19 18:34:49 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-19 18:34:49 -0500
commit83db34cf4273d80e2d987251b980244801379aff (patch)
tree10fa64e392717ffcfc272ca1f5ee52ef96357bda /test
parentb986e592235965a024547527ef6870f20c5fdc06 (diff)
downloadpython-coveragepy-83db34cf4273d80e2d987251b980244801379aff.tar.gz
This is more correct.
Diffstat (limited to 'test')
-rw-r--r--test/test_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_html.py b/test/test_html.py
index 5ce2538..9e07deb 100644
--- a/test/test_html.py
+++ b/test/test_html.py
@@ -8,7 +8,7 @@ from coverage.misc import NotPython
sys.path.insert(0, os.path.split(__file__)[0]) # Force relative import for Py3k
from coveragetest import CoverageTest
-class HtmlTestHelpers(object):
+class HtmlTestHelpers(CoverageTest):
"""Methods that help with HTML tests."""
def create_initial_files(self):