summaryrefslogtreecommitdiff
path: root/tests/test_files.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-10-19 21:35:33 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-10-19 21:35:33 -0400
commitc7b1c99b06a453af879f4768e347ac89000cce42 (patch)
tree2b1f40594ee9c86a478e298d03bb60f2107eb8de /tests/test_files.py
parentae983a48b6fe5b006f5f9e9899efc3778ac2b1b1 (diff)
downloadpython-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_files.py')
-rw-r--r--tests/test_files.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_files.py b/tests/test_files.py
index b24e8b8b..230cd092 100644
--- a/tests/test_files.py
+++ b/tests/test_files.py
@@ -4,7 +4,6 @@ import os, os.path
from coverage.files import FileLocator, TreeMatcher, FnmatchMatcher
from coverage.files import PathAliases, find_python_files, abs_file
-from coverage.backward import set # pylint: disable=W0622
from coverage.misc import CoverageException
from tests.coveragetest import CoverageTest