From f95423e2659a08703e37c7fc111d0f60ad3550a4 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 6 Apr 2001 18:59:17 +0000 Subject: [PATCH] Remove lines for asynchat & asyncore, as they've now got their own test. --- Lib/test/test_sundry.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index bb4159c35e6..b1a339ff22f 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -9,8 +9,6 @@ import SocketServer import aifc import anydbm -#import asynchat -import asyncore import audiodev import bdb import cmd