summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib2.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_urllib2.py')
-rw-r--r--Lib/test/test_urllib2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py
index 8daa73b..2d414f3 100644
--- a/Lib/test/test_urllib2.py
+++ b/Lib/test/test_urllib2.py
@@ -681,7 +681,6 @@ class NetworkTests(unittest.TestCase):
def test_main(verbose=None):
- from test import test_sets
tests = (TrivialTests,
OpenerDirectorTests,
HandlerTests,