summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-06-29 13:17:29 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-06-29 13:17:29 (GMT)
commit31352c5a304cef1d972aba6e6ec61e89dcadde21 (patch)
treeb5f7a5b237f0bff37b6651662862fde9db93614b /Lib/test
parentbd3200fa2bfa8a73d56de16b68d33d2e25583875 (diff)
downloadcpython-31352c5a304cef1d972aba6e6ec61e89dcadde21.zip
cpython-31352c5a304cef1d972aba6e6ec61e89dcadde21.tar.gz
cpython-31352c5a304cef1d972aba6e6ec61e89dcadde21.tar.bz2
Remove unused import. (If it's there for some deep, dark reason, it should have been commented.)
Diffstat (limited to 'Lib/test')
-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,