From: Andrew M. Kuchling Date: Tue, 29 Jun 2004 13:17:29 +0000 (+0000) Subject: Remove unused import. (If it's there for some deep, dark reason, it should have... X-Git-Tag: v2.4a1~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31352c5a304cef1d972aba6e6ec61e89dcadde21;p=python Remove unused import. (If it's there for some deep, dark reason, it should have been commented.) --- diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index 8daa73bac5..2d414f33b6 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,