summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_set.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-01-10 01:28:32 (GMT)
committerGuido van Rossum <guido@python.org>2007-01-10 01:28:32 (GMT)
commit33552e92fe37194c867921675a2cf25e7432008c (patch)
treeb295ab25918393368d06239f8e3bf7a145931479 /Lib/test/test_set.py
parent902d6ebddd07a6086b54ae42929293418f0852d7 (diff)
downloadcpython-33552e92fe37194c867921675a2cf25e7432008c.zip
cpython-33552e92fe37194c867921675a2cf25e7432008c.tar.gz
cpython-33552e92fe37194c867921675a2cf25e7432008c.tar.bz2
Excise the sets module. SF #1500611 by Collin Winter.
Diffstat (limited to 'Lib/test/test_set.py')
-rw-r--r--Lib/test/test_set.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_set.py b/Lib/test/test_set.py
index 6641ff8..9bd0d43 100644
--- a/Lib/test/test_set.py
+++ b/Lib/test/test_set.py
@@ -1451,7 +1451,6 @@ class TestVariousIteratorArgs(unittest.TestCase):
#==============================================================================
def test_main(verbose=None):
- from test import test_sets
test_classes = (
TestSet,
TestSetSubclass,