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/backunittest.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/backunittest.py')
-rw-r--r-- | tests/backunittest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/backunittest.py b/tests/backunittest.py index 30da78eb..019e811c 100644 --- a/tests/backunittest.py +++ b/tests/backunittest.py @@ -2,8 +2,6 @@ import difflib, re, sys, unittest -from coverage.backward import set # pylint: disable=W0622 - def _need(method): """Do we need to define our own `method` method?""" |