diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-20 20:51:39 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-20 20:51:39 -0500 |
commit | 7049578b84ab4b3c00f097fc296f6d49a4e382ab (patch) | |
tree | ce226f34c7f387377b20a5c4898d43ab132c7ba2 | |
parent | 6c4ca5dddd95229341177f7f15acbfb3f3b83905 (diff) | |
download | python-coveragepy-git-7049578b84ab4b3c00f097fc296f6d49a4e382ab.tar.gz |
Keep 2.6 working
-rw-r--r-- | tests/test_farm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_farm.py b/tests/test_farm.py index 1a67e36d..a928b98a 100644 --- a/tests/test_farm.py +++ b/tests/test_farm.py @@ -11,12 +11,12 @@ import os import re import shutil import sys -import unittest from unittest_mixins import ModuleAwareMixin, SysPathAwareMixin, change_dir, saved_sys_path from tests.helpers import run_command from tests.backtest import execfile # pylint: disable=redefined-builtin +from coverage.backunittest import unittest from coverage.debug import _TEST_NAME_FILE |