Remove unused import. (If it's there for some deep, dark reason, it should have been commented.)

This commit is contained in:
Andrew M. Kuchling 2004-06-29 13:17:29 +00:00
parent bd3200fa2b
commit 31352c5a30

View file

@ -681,7 +681,6 @@ class NetworkTests(unittest.TestCase):
def test_main(verbose=None):
from test import test_sets
tests = (TrivialTests,
OpenerDirectorTests,
HandlerTests,