diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-19 21:35:33 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-19 21:35:33 -0400 |
commit | c7b1c99b06a453af879f4768e347ac89000cce42 (patch) | |
tree | 2b1f40594ee9c86a478e298d03bb60f2107eb8de /tests/test_config.py | |
parent | ae983a48b6fe5b006f5f9e9899efc3778ac2b1b1 (diff) | |
download | python-coveragepy-git-c7b1c99b06a453af879f4768e347ac89000cce42.tar.gz |
Get rid of our backward implementation of set, sorted, reversed, and rpartition.
--HG--
branch : 4.0
Diffstat (limited to 'tests/test_config.py')
-rw-r--r-- | tests/test_config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py index c44fa80c..0862d6b2 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- """Test the config file handling for coverage.py""" -import sys import coverage from coverage.misc import CoverageException |