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 | f5ae64e79ac7e8326897a4e0dd748ec640330aed (patch) | |
| tree | 3aaf8458a13e9ad685bd2eacdab5bfee00d613df /tests/test_files.py | |
| parent | 3fd8fd85e5ba8fd6fc1c0820a829d34cb7c46506 (diff) | |
| download | python-coveragepy-f5ae64e79ac7e8326897a4e0dd748ec640330aed.tar.gz | |
Get rid of our backward implementation of set, sorted, reversed, and rpartition.
Diffstat (limited to 'tests/test_files.py')
| -rw-r--r-- | tests/test_files.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_files.py b/tests/test_files.py index b24e8b8..230cd09 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 |
